[Dune-devel] Is it intentional that user forks are private?
Markus Blatt
markus at dr-blatt.de
Fri Mar 10 16:45:25 CET 2023
Am Fri, Mar 10, 2023 at 04:34:55PM +0100 schrieb Markus Blatt:
>
>If I go to the MR https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1152
>and klick on Code -> Checkout branch the recipee presented is
>
>"git fetch "ssh://git@gitlab.dune-project.org:22022/andreas.thune/dune-common.git" 'deterministic-indicesSyncer'
>git checkout -b 'dune-common-deterministic-indicesSyncer' FETCH_HEAD"
>
Even doing that is not possible with my core developer credentials:
git fetch "ssh://git@gitlab.dune-project.org:22022/andreas.thune/dune-common.git" 'deterministic-indicesSyncer'
git checkout -b 'dune-common-deterministic-indicesSyncer' FETCH_HEAD
X11 forwarding request failed on channel 0
remote:
remote: ========================================================================
remote:
remote: The project you were looking for could not be found or you don't have permission to view it.
remote:
remote: ========================================================================
remote:
fatal: Konnte nicht vom Remote-Repository lesen.
Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.
fatal: 'FETCH_HEAD' ist kein Commit und es kann kein Branch 'dune-common-deterministic-indicesSyncer' aus diesem erstellt werden.
The same holds if I use my usual approach:
$ git remote add andreast ssh://git@gitlab.dune-project.org:22022/andreas.thune/dune-common.git
$ git fetch andreast
X11 forwarding request failed on channel 0
remote:
remote: ========================================================================
remote:
remote: The project you were looking for could not be found or you don't have permission to view it.
remote:
remote: ========================================================================
remote:
fatal: Konnte nicht vom Remote-Repository lesen.
Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen
und das Repository existiert.
$
Stupid as I am, I might be doing some very stupid mistake here, though.
Best,
Markus
>Was this always the case or is that a new setting for Dresden? Is it intentional?
>
>It seems a bit inconvenient. Maybe the users can change this him/herself if she/he wants to?
>
>Best,
>
>Markus
--
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836
Tel.: +49 (0) 160 97590858
More information about the Dune-devel
mailing list