git pull报错


git pull 报错

fatal: unable to access ‘https://github.com/xxx connect to github.com port 443: Timed out

解决:

// #1
git config --global --unset http.proxy
git config --global --unset https.proxy
// #2
git pull

文章作者: 冷杨威
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 冷杨威 !
  目录
-->