我试图推动回购,但收到一个错误:
fatal: unable to access 'https://github.com/myrepo.git/': Could not resolve proxy: --list
我已经更改了代理设置:
git config --global --unset http.proxy
我的全局配置设置是:
push.default=simple
http.sslverify=false
url.https://.insteadof=git://
credential.helper=cache --timeout=3600
但仍然得到这个错误? 我该如何解决这个问题?