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.
迷茫
迷茫 2017-06-05 11:08:37
0
3
975

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
巴扎黑

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template