git config --global http.proxy 127.0.0.1:1087
git config --global https.proxy 127.0.0.1:1087
删除HTTP代理
git config --system (或 --global 或 --local) --unset http.proxy
git config --system (或 --global 或 --local) --unset https.proxy
ulimit -a
sudo ulimit -n 8192
sh ./bootstrap.sh
carthage update --platform iOS
rm -rf ~/Library/Caches/org.carthage.CarthageKit
分类:电脑技术
标签:
评论已关闭!