Skip to content

Project Transfer email notification points to old URL

After moving a project from my gitlab account to a gitlab group, I received an email notifying me (and other project members) about the change:

Project MYUSERNAME/PROJECTNAME was moved to another location The project is now locatyed under MYDISPLAYNAME / PROJECTNAME To update the remote url in your local repository run (for ssh): git remote set-url origin OLDSSHURL or for http(s): git remote set-url origin OLDHTTPSURL

I would have expected MYDISPLAYNAME to be GROUPNAME, and OLDSSHURL/OLDHTTPSURL to point to the NEW URLs..