我尝试拉存储库,以便可以合并对我的存储库所做的更改。
但是在使用 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
我尝试设置 http 代理但没有更改。
push
命令工作得很好,但pull
命令出错。
有什么建议么?