Skip to content
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

Permission issues might be better solved with sudo chmod -R a=u . #70

Open
MSoegtropIMC opened this issue Mar 2, 2022 · 1 comment
Open

Comments

@MSoegtropIMC
Copy link

MSoegtropIMC commented Mar 2, 2022

I had some issues with permissions and artifact upload. I found that sudo chmod -R a=u . - which copies all permissions from user to group and other - works better for me than the recommended sudo chown -R coq:coq . (See ReadMe). It also has the advantage that one doesn't need to undo it later.

I would consider changing the documentation here.

@JasonGross
Copy link
Member

I've been using sudo chmod -R a+rw ., but I think I might like your solution even better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants