git clone url doesn't get updated when hostname of machine changes
Created by: seekshiva
Hi
When I set up gitlab at one of the local servers at work, the machine had a different hostname; later the hostname was changed to git
. but in every project page, the git clone url still shows git@<old-host-name>:<user>/<repo>.git
I restarted the machine; did a gitlab-ctl reconfigure
; did gitlab-ctl restart
... the hostname in the clone url still points to the old url. I installed gitlab with the omnibus setup
Is there something I'm missing? Or is it a bug?