I am trying to use Git Extensions on a new Windows 7 machine. I have done this many times, but have never encountered this particular problem.
Git Bash is working, I have successfully cloned the repository.
But going to Git Extensions that open the repo and doing pull gives me the following error message:
"C:\Program Files (x86)\Git\bin\git.exe" pull --progress "origin"
error: cannot spawn git: Function not implemented
Done
Press Enter or Esc to close console...
My setup is very normal. Running Git Extensions checks all the progress. (This is similar, but not the same problem, as the problem with a common invalid path.)
Do you have any ideas what causes this problem?
source
share