homebrew update 出现Failure while executing: git pull --quiet origin refs/heads/master:refs/remotes/origin/master解决方案
时间:2016-01-12 01:22:08
收藏:0
阅读:3393
具体可以参考https://github.com/Homebrew/homebrew/issues/21002
cd /usr/local git status git reset --hard origin/master git clean -d
原文:http://www.cnblogs.com/xiongqiangcs/p/5123035.html
评论(0)