-
Notifications
You must be signed in to change notification settings - Fork 670
Open
Description
The preface has commands for getting the source from mirrors, but none of them work:
$ git clone git://github.com/blynn/gitmagic.git
Cloning into 'gitmagic'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out
$ git clone git://git.assembla.com/gitmagic.git
Cloning into 'gitmagic'...
fatal: unable to connect to git.assembla.com:
git.assembla.com[0: 18.217.53.143]: errno=Connection timed out
git.assembla.com[1: 3.132.35.208]: errno=Connection timed out
$ git clone git@bitbucket.org:blynn/gitmagic.git
Cloning into 'gitmagic'...
You may not have access to this repository or it no longer exists in this workspace. If you think this repository exists and you have access, make sure you are authenticated.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.For GitHub, this should be a matter of changing git:// to https://.
No idea about the other two.
Metadata
Metadata
Assignees
Labels
No labels