On 15 January 2016 at 21:12, Saz <[email protected]> wrote: > > I've created a network drive for my locally hosted website, and I'm managing all my files directly on the network drive. And I'm using that network drive as a local git repo. So, if I make any changes to a file there, I'd also want to be able to push it my my remote git repo. But when I start to do that, its gives me so many errors. Sometimes, it fails to check the status, sometimes gives errors such as >
I guess you are using CIFS and not NFS. Try setting this in your config-file [core] fsyncobjectfiles = true Regards Martin M. S. Pedersen -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
