git 安装
brew install git
git clone error Could not resolve host: socks5
解决方法:
git config --global --unset http.proxy
git config --global --unset https.proxy
git 安装
brew install git
git clone error Could not resolve host: socks5
解决方法:
git config --global --unset http.proxy
git config --global --unset https.proxy