Open GoogleCodeExporter opened 8 years ago
In case somebody has the same issue. Here is a workaround.
Just add the following to your ~/.gitconfig
[url "git@gitserver.local:"]
pushInsteadOf = https://gitserver.local/
This way git will rewrite the url for you.
See: http://git-scm.com/docs/git-config and
https://www.kernel.org/pub/software/scm/git/docs/git-fetch.html
Original comment by pasci.bach@gmail.com
on 28 Jan 2015 at 8:50
Original issue reported on code.google.com by
pasci.bach@gmail.com
on 7 Jan 2015 at 9:28