sh 修复Git权限

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 修复Git权限相关的知识,希望对你有一定的参考价值。

# Problem:
# error: insufficient permission for adding an object to repository database .git/objects
# fatal: failed to write object
# fatal: unpack-objects failed

cd /path/to/repo.git
sudo chgrp -R ubuntu .  # Here ubuntu is the group name of the user you want to give access
sudo chmod -R g+rwX .
sudo find . -type d -exec chmod g+s '{}' +

以上是关于sh 修复Git权限的主要内容,如果未能解决你的问题,请参考以下文章

sh 修复wordpress文件权限

sh 修复wordpress文件权限

sh 修复NPM权限

sh 修复wordpress文件权限

sh 修复wordpress文件权限

sh 修复wordpress文件权限