我试图拉存储库,以便我可以合并对我的存储库所做的更改.
但是在使用pull命令时会出现以下错误:
$ git pull https://github.com/ShrutiRuparel/depot.git master
error: Failed connect to github.com:8080;
No error while accessing https://github.com/ShrutiRuparel/depot.git/info/refs
fatal: HTTP request failed
Run Code Online (Sandbox Code Playgroud)
我尝试设置http代理但没有改变.
push命令工作得很好,但pull命令错误.
有什么建议?
git-pull ×1