У меня есть GIT-репозиторий на GitHub, с которым я работаю как в Windows, так и в Linux. Вот что я наблюдаю:
(on Linux) git pull
(on Linux) I cannot save files. I change permissions, and make changes.
(on Linux) git push
(on Windows) git pull
(on Windows) I make some changes
(on Windows) git push
(on Linux) git pull
(on Linux) I *still* do not have the rights to change the files.
Как я могу, чтобы GIT всегда позволял мне изменять файлы в моем репозитории в Linux?