2

我希望有人可以通过指出我在 github 上哪里出错来帮助我。我将我的分支克隆到我的机器上,我正试图从 github 上的另一个用户的分支中获取。

>git remote add rally25rs git://github.com/rally25rs/SubSonic-3.0.git
>git fetch rally25rs master

github.com[0: 207.97.227.239]: errorno=No error
fatal: unable to connect a socket (No error)  

据我所知,这是正确的程序。

4

1 回答 1

1

您使用了错误的语法

 git remote add rally25rs git://github.com:rally25rs/SubSonic-3.0.git

是你想要的。注意 : 在 github.com 之后

于 2010-03-04T14:56:02.183 回答