Doloops / mcachefs

mcachefs : Simple filesystem-based file cache based on fuse
65 stars 15 forks source link

Error on git clone into a mounted point #29

Open thiagoalvescosta opened 3 years ago

thiagoalvescosta commented 3 years ago

Hello,

When I try to clone a repository into a mounted folder, a error occurs.

$ time git clone

Cloning into ''... error: could not write config file /.git/config: File exists fatal: could not set 'core.filemode' to 'true'

Is there any option to avoid that?