brew unable to unlink old 'README.md' (Permission denied)

2013-02-28 07:50

brew unable to unlink old 'README.md' (Permission denied)

by

at 2013-02-27 23:50:15

original http://hlee.iteye.com/blog/1816959

rvm install 2.0.0
met problem about brew

引用
brew unable to unlink old 'README.md' (Permission denied)


solve problem by:

sudo chmod 777 /usr/local cd /usr/local git remote add git://github.com/mxcl/homebrew.git git reset --hard git clean -f -d git pull origin master brew update sudo chmod 775 /usr/local

          <br><br>
          <span style="color:red">
            <a href="http://hlee.iteye.com/blog/1816959#comments" style="color:red">已有 <strong>0</strong> 人发表留言,猛击-&gt;&gt;<strong>这里</strong>&lt;&lt;-参与讨论</a>
          </span>
          <br><br><br>

ITeye推荐