0
点赞
收藏
分享

微信扫一扫

git 遇到 unable to access ‘https://github.com....‘ ... in connection to github.com:443

未定义变量 2022-01-06 阅读 125
git

当我们进行pull / push / clone 的时候,有可能遇到unable to access 'https://github.com....' ... in connection to github.com:443的情况

解决方法:

终端执行下面两条命令,全局取消代理。

如果要全局配置代理,终端执行下面两条命令,

如果只想在当前项目配置/取消代理

参考下面命令,cd 到当前项目目录下

举报

相关推荐

0 条评论