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

时间:2015-07-22 18:05:41   收藏:0   阅读:5285

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/ 即可。

技术分享

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!