Subject: | unable to sync sd bugs following instructions |
Attempted to checkout sd from git and sync bugs as per instructions on
website. Got:
mstevens@mstevens-desktop:~$ git clone
git://github.com/bestpractical/sd.git
Initialized empty Git repository in /home/mstevens/sd/.git/
remote: Counting objects: 9717, done.
remote: Compressing objects: 100% (3340/3340), done.
remote: Total 9717 (delta 5387), reused 9608 (delta 5332)
Receiving objects: 100% (9717/9717), 1.13 MiB | 741 KiB/s, done.
Resolving deltas: 100% (5387/5387), done.
mstevens@mstevens-desktop:~$ cd sd
mstevens@mstevens-desktop:~/sd$ git sd clone --from
http://fsck.com/~jesse/sd-bugs/
You don't appear to have an sd.local-replica defined in your .git/config
Setting it to '/home/mstevens/sd/.git/sd':
git config --add sd.local-replica /home/mstevens/sd/.git/sd
Setting your SD email address to your git email:
git config --get user.email
sd config user.email-address mstevens@etla.org
Cloning issues from git://github.com/bestpractical/sd.git:
sd clone --from github:git://github.com/bestpractical/sd.git
Username for http://github.com/: mstevens
GitHub API token for mstevens (from http://github.com/account):
Setting replica's username in the config file
Setting replica's secret_token in the config file
github:git://github.com/bestpractical/sd.git: Finding matching tickets
HTTP/1.1 404 Not Foundy ############################## 100.0% Est:
0:00
The target replica already exists.
mstevens@mstevens-desktop:~/sd$ git sd ticket list
mstevens@mstevens-desktop:~/sd$
which doesn't appear to have worked.