Hi
We had to change the IP of our internal gitlab server.
After this the web interface is working fine.
- Users that have been using the gitlab server before the change now no longer can clone/push/pull any projects.
- The users that have had their PCs reinstalled after the Ip change can clone/push/pull
- New user on my PC that user can clone/push/pull
It seems like git is saving a reference to the old ip on the local users files somewhere, that makes Gitlab return a “error 500” when clon/push/pull-ing
any idea how to fix this?
Note:
Gitlab is installed on a Ubuntu machine and local users are on Win7