原文:git pull不了,报错为 fatal: unable to access ‘https://github.com/.../‘: Failed to connection

解决方法: .在项目文件夹的命令行窗口执行下面代码,然后再pull取消git本身的https代理,使用自己本机的代理,如果没有的话,其实默认还是用git的 取消http代理git config global unset http.proxy 取消https代理 git config global unset https.proxy原文链接:https: blog.csdn.net good goo ...

2022-02-28 09:54 0 2279 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM