解决fatal: unable to access 'https
2019-11-02 本文已影响0人
Pandakingli
fatal: unable to access 'https://github.com/homebrew/brew/':
更新了新的系统,安装homebrew的时候老失败。
解决方案:
git config --global --unset http.proxy
git config --global --unset https.proxy
fatal: unable to access 'https://github.com/homebrew/brew/':
更新了新的系统,安装homebrew的时候老失败。
解决方案:
git config --global --unset http.proxy
git config --global --unset https.proxy