错误:fatal: could not create work tree dir 'abc'.: Permission denied

时间:2015-07-22 18:05:09   收藏:0   阅读:5030

Sophia:qc sophia$ git clone git@git.abc.org:abc

fatal: could not create work tree dir ‘abc‘.: Permission denied

 

原因

cd 到qc-amend目录,使用ls -l 可以看到qc/目录的权限:

???技术分享

可以看到该目录只对root用户有写的权限,只需执行sudo chmod 777 qc/ 即可。

技术分享

 

原文:http://www.cnblogs.com/Sophiawow/p/4668004.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!