Answer the question
In order to leave comments, you need to log in
Guerrilla git pull in "unable to unlink old file" conditions?
There is a project under version control (git). Below it is the entire project directory. But for some admin reasons, it belongs to the root user. The admins created folders and files in it that I asked for and set write permissions on them. But I myself cannot delete or create a file in the root directory of the project. I can only edit. And when I try to pull I get this error:
error: unable to unlink old '.gitignore' (Permission denied)
Answer the question
In order to leave comments, you need to log in
It's clear. IMHO the main problem is wanting to have .git/ in a production project. It's still flawed - no developer should think it's okay to do a git pull there. It would make perfect sense to keep the turnip in /home/ and then sync it when you've fully tested the current branch. Or set up capifony if this is a common task.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question