Am Montag, den 14.12.2015, 11:42 +0100 schrieb GitLab:
Project was moved to another location The project is now located under Freifunk Nordwest / Vorstand To update the remote url in your local repository run (for ssh): git remote set-url origin git@git.nordwest.freifunk.net:ffnw_user/Vor stand.git or for http(s): git remote set-url origin https://git.nordwest.freifunk.net/ffnw_user /Vorstand.git
Hm:
git remote set-url origin git@git.nordwest.freifunk.net:ffnw_user/Vorst and.git
git pull GitLab: The project you were looking for could not be found. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Sollte das nicht eigentlich passen?
*kopfkratz* bjo
Am Mittwoch, 16. Dezember 2015, 10:16:26 schrieb Bjoern Franke:
Am Montag, den 14.12.2015, 11:42 +0100 schrieb GitLab:
Project was moved to another location The project is now located under Freifunk Nordwest / Vorstand To update the remote url in your local repository run (for ssh): git remote set-url origin git@git.nordwest.freifunk.net:ffnw_user/Vor stand.git or for http(s): git remote set-url origin https://git.nordwest.freifunk.net/ffnw_user /Vorstand.git
Hi,
die URL zu den Community-Repos hat sich nicht geändert, aber die URL der Vorstands-Repos hat sich geändert. Der korrekte Befehl müsste sein:
SSH: git remote set-url origin git@git.nordwest.freifunk.net:ffnw- vorstand/Vorstand.git
HTTPS git remote set-url origin https://git.nordwest.freifunk.net/ffnw-vorstand/Vorstand.git
LG Clemens