मेरे पास GitHub पर एक GIT रेपो है जो मैं विंडोज और लिनक्स दोनों पर काम करता हूं। यहाँ मैं क्या देख रहा हूँ:
(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.
मैं कैसे जीआईटी को हमेशा लिनक्स पर अपने रेपो में फाइलें बदलने की अनुमति दे सकता हूं?
यह ntfs से संबंधित हो सकता है जिसमें फ़ाइल की अनुमति नहीं है, इसलिए जब आप विंडोज़ से धक्का देते हैं तो यह फाइलों पर अनुमतियों को नहीं बढ़ाता है।
—
राब