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

  • 作者: 凯哥Java
  • 经验分享
  • 时间:2021-04-04 00:41
  • 2496人已阅读
简介 完美解决fatal:unabletoaccess'https://github.com/.../.git':Couldnotresolvehost:github.com只需要在命令行中执行:git config --global --unset http.proxy git config --global&nbs

小福利:

凯哥自己开发的,领取外卖、打车、咖啡、买菜、各大电商的优惠券的公¥众¥号。如下图:

527c8a82983e56a30f4299fc76e1956a.png

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

97670b2458f1de4326fd4c73d8e4d8df.png

只需要在命令行中执行:

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


小福利:

凯哥自己开发的,领取外卖、打车、咖啡、买菜、各大电商的优惠券的公¥众¥号。如下图:

527c8a82983e56a30f4299fc76e1956a.png

TopTop