Github上传下载网络问题

2024 年 7 月 22 日 星期一

Github上传下载网络问题

Github上传下载网络问题

解决 Failed to connect to github.com port 443:connection timed out

添加代理
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
取消全局代理:
git config --global --unset http.proxy 
git config --global --unset https.proxy
取消全局代理:
git config --global -l
  • Loading...
  • Loading...
  • Loading...
  • Loading...
  • Loading...