Git Status给出了“Permission Denied”和一些文件

问题描述 投票:0回答:2

这是好奇的屏幕截图。

enter image description here

我不知道这些问题可能是什么,因为我对所有项目文件的权限都是chmod'd为644。

注意:这与“Git Permission Denied”结果不同,其中大多数问题与SSH密钥相关。

git permissions
2个回答
0
投票

git status是您计算机的实习功能。这有点像git的diff在文件上尝试ls -la可能会对它们运行限制性使用


0
投票

我刚刚经历过同样的问题。试试这个:

sudo chmod 'g=rwx,u=rwx,o=x' <folder-containing-files>

© www.soinside.com 2019 - 2024. All rights reserved.