1
使用Git命令時,我得到以下錯誤無法使用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
請建議可能是什麼回事?
你確定你需要chmod而不是chown解決嗎?你使用selinux嗎? – Cynede