When trying to clone a repository with a command like:
git clone ssh://myuserid@myhost/mypath/myrepo.git
I'm getting the following errors:
Cloning into 'myrepo'...
error: failed to write new configuration file /path/myrepo/.git/config.lock
fatal: could not set 'core.filemode' to 'true'
Any ideas what the problem could be? A Google search yielded nothing.