解决fatal: unable to access 'https
2020-12-14 本文已影响0人
WXL_JIANSHU
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