github - Please help me, win10 git clone error, after struggling for several days, it still doesn't work. It used to be fine before, but suddenly it happened like this.
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
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
You may have used the wrong git clone ssh:xxx or git clone https://xxx.git?
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