轉自:https://blog.csdn.net/dashi_lu/article/details/89641778 ...
轉自大佬git clone出現 fatal: unable to access https: github.com ... 的解決辦法 親測有效 qq 的博客 CSDN博客 錯誤: git clone https: github.com theme next hexo theme next themes nextCloning into themes next ...fatal: unable t ...
2022-03-23 16:03 0 2389 推薦指數:
轉自:https://blog.csdn.net/dashi_lu/article/details/89641778 ...
如下圖所示,當我試圖克隆別人的repo時,會發生這樣的錯誤,當我從git:/而不是https://,克隆時,它工作得很好。 發生這種情況是因為代理是在git中配置的。既然它是https代理(而不是http)git config http.proxy和git config --global ...
如下圖所示,當我試圖克隆別人的repo時,會發生這樣的錯誤,當我從git:/而不是https://,克隆時,它工作得很好。 發生這種情況是因為代理是在git中配置的。既然它是https代理(而不是http)git config http.proxy和git config --global ...
https://blog.csdn.net/dashi_lu/article/details/89641778 ...
只需要在命令行中執行 git config --global --unset http.proxy git config --global --unset https.proxy ...