拉分支无法连接错误

时间:2009-11-25 16:23:39

标签: git github

我希望有人可以通过指出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)  

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

1 个答案:

答案 0 :(得分:1)

你使用了错误的语法

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

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