Git Error When Clone Repository: chmod on config.lock failed
Cloning into ‘<repo>’… error: chmod on /mnt/c/<repo>/.git/config.lock failed: Operation not permitted fatal: could not set ‘core.filemode’ to ‘false’ Above error message shown when Git tried to clone repository in mounting file system in Linux. To solve this issue, we have to edit /etc/fstab file and change uid and guid options. My uid and guid is…