2026-06-16发表2026-06-16更新信息技术1 分钟读完 (大约117个字)Github 无法连接: 代理问题无法与 github 连接的情况下(一般国内环境都无法直连), 使用 git config --global 设置全局代理. 12git config --global http.proxy http://127.0.0.1:7897git config --global https.proxy https://127.0.0.1:7897阅读更多