I just changed from svn to git.
I use gitblit as a team git server. Usually it works perfectly.
But when I fork some project into my account, the repository url looks like "http://git.somewhere.com/~myid/project.git".
It's ok with windows and ubuntu packaged git client. But when it comes to manually compiled git(I tried 1.7.x, 1.8.x), git client encodes the url like "http://git.somewhere.com/%7Emyid/project.git"
tild(~) is changed to %7E.
Because of this, I cannot use the forked project in some linux machines(actually deployment machines). Linux distro is CentOS 5.9.
How can I fix this problem??