美文网首页
homebrew安装git出错 /usr/local/share

homebrew安装git出错 /usr/local/share

作者: 闻道刘 | 来源:发表于2016-06-05 17:55 被阅读83次

https://github.com/Homebrew/legacy-homebrew/issues/19457

错误提示:

/usr/local/share/man/man3/libpngpf.3 may already exist.

/usr/local/share/man/man3 may not be writable.

sudo chown -R root:wheel /usr/local

根据command line的提示:

rm '/usr/local/bin/git'  

brew link --overwrite git

brew link --overwrite --dry-run git

相关文章

网友评论

      本文标题:homebrew安装git出错 /usr/local/share

      本文链接:https://www.haomeiwen.com/subject/cljrdttx.html