当前位置:   article > 正文

解决 fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com

解决 fatal: unable to access ‘https://github.com/.../.git‘: Could not resolve host: github.com

1.没用代理的话用这个:
 

  1. git config --global --unset http.proxy
  2. git config --global --unset https.proxy

2.用了代理的话,用这个,代理端口自己找一下

  1. git config --global http.proxy http://127.0.0.1:7890
  2. git config --global https.proxy http://127.0.0.1:7890

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/560606
推荐阅读
相关标签
  

闽ICP备14008679号