1、现象
~~
fatal: unable to access 'https://github.com/homebrew/brew/':
~~
2、解决
git config --global --unset http.proxy
git config --global --unset https.proxy
1、现象
~~
fatal: unable to access 'https://github.com/homebrew/brew/':
~~
2、解决
git config --global --unset http.proxy
git config --global --unset https.proxy