SyntaxFix
Write A Post
Hire A Developer
Questions
I had same problem and simple to resolve it.
Just uninstall git and re-install it.
#apt-get remove --purge git-svn git-core #rm /usr/local/bin/git #apt-get install git-svn git-core
and everything works well.
Hope this help.