Cloning into 'xxx'...
fatal: unable to access 'https://git.oschina.net/xxx/x...': Failed to connect to 127.0.0.1 port 443: Connection refused
Cloning into 'xxx'...
fatal: unable to access 'https://git.oschina.net/xxx/x...': Failed to connect to 127.0.0.1 port 443: Connection refused
解决啦,不知怎么搞的,我电脑git代理了127.0.0.1,
执行git config - l查找,
再git config --global --unset https.proxy 和 git config --global --unset http.proxy,
就正常啦
2 回答1.3k 阅读✓ 已解决
1 回答1.7k 阅读✓ 已解决
2 回答878 阅读✓ 已解决
1 回答693 阅读✓ 已解决
1 回答852 阅读
1 回答661 阅读
444 阅读
ping 下 git.oschina.net 看ip地址是多少?
你是不是做了本地host解析
为什么 git.oschina.net 的ip地址是127.0.0.1