当我做
git push 起源大师
我收到一条警告消息“端口号无效”,在控制台上我可以看到“致命:远程端意外挂断”
请问有人可以帮我做错什么吗?
谢谢
这取决于“来源”回购的性质。
例如,对于 GitHub,您需要一个git@github.com:
能够推送的 URL
我的 ssh 按预期工作,我可以推送到acts_as_eav 没有问题。
知道是什么原因造成的吗?
rasheed@rashbuntu:~/deprec$ git push -v
Pushing to git://github.com/visfleet/deprec.git
Looking up github.com ... done.
Connecting to github.com (port 9418) ... 207.97.227.239 done.
fatal: The remote end hung up unexpectedly
看来我的 git repo 最终得到了错误的 url
git://github.com/visfleet/deprec.git
对比
git@github.com:visfleet/deprec.git