fatal: unable to access ‘https://github.com/xxx/‘: Failed to connect to 127.0.0.1 port 7890: Connect

I encountered an error when git clone the project:

fatal: unable to access 'https://github.com/xxx/': Failed to connect to 127.0.0.1 port 7890: Connect

solution:

unset no_proxy;unset https_proxy

Guess you like

Origin blog.csdn.net/ao1886/article/details/114304577