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
巴扎黑2017-06-05 11:10:37
Ping git.oschina.net to see what the IP address is?
Have you done local host resolution?
Why is the IP address of git.oschina.net 127.0.0.1
大家讲道理2017-06-05 11:10:37
You may have used the wrong git clone ssh:xxx or git clone https://xxx.git?
黄舟2017-06-05 11:10:37
Solved, I don’t know how, my computer’s git proxy is 127.0.0.1,
Execute git config - l to search,
then git config --global --unset https.proxy and git config --global --unset http. proxy,
it’s normal