-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[PVC] the files and folders under .git/ permission is incorrect #12420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Caused by this PR: #12238 |
If the repo opens from prebuild, the issue is still open. |
Since I spend a bit of time debugging a wrong issue, for posterity: |
Thank you @sagor999. I forget to mention it happens in regular prebuild -> PVC workspace. |
Bug description
The files and folders under
.git/
permission are incorrect. Some files and folders permission under.git/*
with correct permissiongitpod:gitpod
, but some folders permission under.git/object/*
isroot:root
.It causes when we want to git add the change, we encounter the permission error.
.git/* files and folders permission
.git/objects/ files and folders permission
Steps to reproduce
.git/objects
folders permissionWorkspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
#7901
The text was updated successfully, but these errors were encountered: