【開發環境】mac brew update `fatal: unable to access https://github.com/`

環境:
MacBook Pro 15
jdk8
IntelliJ IDEA

問題:brew update 報錯 fatal: unable to access https://github.com/

解決:

  1. terminal運行下邊 git 命令.
git config --global --unset http.proxy 
git config --global --unset https.proxy
  1. 重啓 terminal ,再試 brew update

參考: git 設置和取消代理

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章