git pull不了,報錯為 fatal: unable to access ‘https://github.com/.../‘: Failed to connection


解決方法:

1.在項目文件夾的命令行窗口執行下面代碼,然后再pull
取消git本身的https代理,使用自己本機的代理,如果沒有的話,其實默認還是用git的

//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy

原文鏈接:https://blog.csdn.net/good_good_xiu/article/details/118567249


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM