问题
fatal: unable to access 'https://github.com/...': Failed to connect to github.com port 443: Timed out
解决
git config --global http.proxy 127.0.0.1:[你的代理端口]
2023-09-28 14:51:58
问题
fatal: unable to access 'https://github.com/...': Failed to connect to github.com port 443: Timed out
解决
git config --global http.proxy 127.0.0.1:[你的代理端口]