解决fatal: unable to access 'https://github.com/homebrew/brew/':

1、现象
~~
fatal: unable to access 'https://github.com/homebrew/brew/':
~~

2、解决

git config --global --unset http.proxy 
git config --global --unset https.proxy

你可能感兴趣的:(解决fatal: unable to access 'https://github.com/homebrew/brew/':)