我正在尝试$ git pull
或$ git fetch
命令myRepo
给我错误,但myTestRepo
工作正常。
命令给予了我这个错误。
Fetching origin
fatal: unable to access 'http://mysite/myPath/myRepo.git/': Recv failure: Connection reset by peer
error: Could not fetch origin
我尝试了git $ git fetch -p
和$ git fetch -p --all -f
命令,它们工作了一两次之后,命令给予了相同的错误。
6条答案
按热度按时间tktrz96b1#
我使用的是
http
连接,我将连接改为ssh
而不是http,问题解决了camsedfj2#
我也遇到过类似的问题,但都解决了。实际上,没有
http
,只有https
。尝试将http
替换为https
。ioekq8ef3#
如果使用http url时80被阻止,可能会发生这种情况。
3pvhb19x4#
我有个问题
我解决它添加sudo突击队
xv8emn3q5#
如果您的公司通过*代理*使用 github,则:
在用户.gitconfig文件中,包含HTTPS对应的代理URL。
例如:
还是逃跑
您可以在这里看到更多:
https://gist.github.com/evantoli/f8c23a37eb3558ab8765
rlcwz9us6#
同步GitHub出现问题:
1.在IntelliJ中,按
Ctrl+Alt+S
并转到GitHub
部分(而不是Git
)。1.选中
Clone git repositories using ssh
复选框。1.更新项目。