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