无法使用git命令 - 不允许操作

时间:2013-11-28 09:49:47

标签: linux git github

使用git命令时,我收到以下错误

git fetch 
error: cannot open .git/FETCH_HEAD: Permission denied

并且在做chmod时我得到了,

sudo chmod 777 .git/FETCH_HEAD 
sudo: unable to change to sudoers gid: Operation not permitted
sudo: setresuid() [0, 0, 0] -> [117, -1, -1]: Operation not permitted

请说明可能是什么问题?

1 个答案:

答案 0 :(得分:0)

要从'sudo'使用,您的帐户必须是sudoer组。使用'usermod'将您添加到'sudo'组。或者您可以使用'su'并使用'root'运行chown或chmod命令。