【发布时间】:2020-02-10 19:20:03
【问题描述】:
我正在尝试myRepo 上的$ git pull 或$ git fetch 命令给我错误但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 命令,他们工作了一两次之后,命令给出了同样的错误。
【问题讨论】:
-
您是否能够以其他方式访问 git repo ?也许在浏览器中?
-
是的,我可以使用浏览器访问我的仓库,我可以将我的更改推送到仓库
标签: git fatal-error git-pull git-fetch