GitHub push 代理问题常用命令
报错提示
fatal: unable to access https://github.com/xxx: Failed to connect to github.com port 443 after 21079 ms: Could not connect to server
Pushing to https://github.com/xxx查看当前 Git 代理配置:
git config --global --get http.proxy
git config…
2026/6/26 19:14:20