Reputation: 12486
I use Git for Windows.
Here I wrote about the git config -f ...
problem.
But I get the same problem for other commands too:
$ git init --bare //hyprostr/dfs/groups/developers/src/GitCribs
Rename from '//hyprostr/dfs/groups/developers/src/GitCribs/config.lock' to '//hyprostr/dfs/groups/developers/src/GitCribs/config' failed. Should I try again? (y/n)
Pressing y
or n
key doesn't help. Anybody know how to solve this problem?
Upvotes: 1
Views: 148
Reputation: 1324258
Upgrade to Git 2.5.2 (PortableGit-2.5.2-64-bit.7z.exe
):
Many bugs have been fixed with the mingw-64 bash on top of which git for windows is based.
Upvotes: 2