JHBuild uses the git protocoal instead of https for cloning the files. I am working in a proxy environment which prevents the cloning using the git protocol.
git url of sample gnome repo : git://git.gnome.org/gnome-common
http url of sample gnome repo: http://git.gnome.org/browse/gnome-common.
Is there any way to transform the git url to https format automatically when JHBuild executes the clone command.