我使用Eclipse和GIT插件。我尝试添加一个新的GitHub存储库,将GitHub URL复制到剪贴板,然后转到“Git存储库”视图并右键单击“粘贴存储库路径或URL”。
我收到以下错误:
https://github.com/rothariel/aimnegochat: https://github.com/rothariel/aimnegochat/info/refs?service=git-upload-pack not found
这很奇怪,因为我在这个视图中已经有了一些存储库...
答案 0 :(得分:18)
从Erel在评论部分对我的问题的回答,结果发现错误是错误网址的副本。因此,Erel没有复制github提供的url,而是复制了导航栏中的url。解决方案是将存储库地址更改为https://github.com/rothariel/aimnegochat.git
答案 1 :(得分:0)
对于从Visual Studio Online克隆时获得相同错误的EGit / Eclipse用户,请小心 repo URL不是: - https://[alt-name].visualstudio.com/DefaultCollection/[your_repo]
正确的是: - https://[alt-name].visualstudio.com/DefaultCollection/ _git / [your_repo]
答案 2 :(得分:0)
之前我收到过此消息 service = git-upload-pack not found
似乎gitlab用户&我用于那个git的密码错了。 我把它改成了正确的,它运作得很好。
Yosi Lev