I will be happy for any suggestion, not only answers.
My TortoiseGit is malfunctioning on my Win7 64bit machine.
Notice I can still work correctly from the command line with my github repositories.
The problems
- right-click rep\commit gives the followin:
- Single Modified File named:
Is-fileswith no extension and with statusconflict(I don’t have such a file) - Single Not Versioned file named:
git: 'File' is not a git command. See 'git --help'. Did you mean this?Is-fileswith extension.Did you mean this?Is-filesand with statusUnknown(of course I don’t have such a file)
- Single Modified File named:
- Trying to right-click a rep\settings\remotes I get a pop-up saying:
git: 'Files' is not a git command. See 'git --help'. Did you mean this? Is-fileswith a single ok button. then clicking ok shows an empty remote list. notice that when I typegit remotein the command line I do get the list of remotes.
problems are for all my repositories
Things I tried
- uninstall\reinstall both TortoiseGit and msysgit
- various TortoiseGit versions: 1.6.3.0 and 1.6.2.0
- git gc
- git fsck
- git prune
I’m using msysgit 1.7.3.1
I solved it by the following procedure:
Surprisingly that worked.