今天在使用git的时候发现报错,fatal: unable to access 'https://github.com/****.git/': Failed to connect to github.com port 443 after 21072 ms: Could not connect to server
解决方法:
git没有配置代理
可以在找到代理端口比如 8087
在控制台中输入如下即可
git config --global http.proxy 127.0.0.1:8087
今天在使用git的时候发现报错,fatal: unable to access 'https://github.com/****.git/': Failed to connect to github.com port 443 after 21072 ms: Could not connect to server
解决方法:
git没有配置代理
可以在找到代理端口比如 8087
在控制台中输入如下即可
git config --global http.proxy 127.0.0.1:8087

被折叠的 条评论
为什么被折叠?
