Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
推送到 Git 时总是出现权限错误。我找到了这个解决方案。
对特定的 git repo 应用此命令后:
sudo chgrp -R mygroup *
我有这个错误:
sudo: /etc/sudoers is owned by gid 1000, should be 0 sudo: no valid sudoers sources found, quitting
为什么我有这个错误?我做错了什么?sudo chgrp -R mygroup *和 sudoers是什么关系?