Just documenting another weird error message.
If you see
git: 'remote-git' is not a git command. See 'git --help'.
Then, in your .git/config file, change this line:
url = git::/reposerver/wordsearch
to this:
url = git://reposerver/wordsearch
and try your git command again.