Hello, I am trying the clone the GiNaC and CLN git repositories. Both commands git clone git://www.ginac.de/cln.git and git clone git://www.ginac.de/ginac.git fail with the following error message: fatal: remote error: access denied or repository not exported: /ginac.git Am I using a wrong command or are the git repositories currently not available? Best regards, Matthias
On 5 July 2024 08:18:02 BST, Matthias Volk <m.volk@tue.nl> wrote:
Hello,
I am trying the clone the GiNaC and CLN git repositories. Both commands git clone git://www.ginac.de/cln.git and git clone git://www.ginac.de/ginac.git fail with the following error message: fatal: remote error: access denied or repository not exported: /ginac.git
Am I using a wrong command or are the git repositories currently not available?
Best regards, Matthias _______________________________________________ GiNaC-list mailing list GiNaC-list@ginac.de https://www.ginac.de/mailman/listinfo/ginac-list
Perhaps you can try https: instead of git: (the latter is kind of obsolete) Mvg Dima
On 06/07/2024 09:07, dima at sagemath.org (Dima Pasechnik) wrote:
On 5 July 2024 08:18:02 BST, Matthias Volk <m.volk at tue.nl> wrote:
Hello,
I am trying the clone the GiNaC and CLN git repositories. Both commands git clone git://www.ginac.de/cln.git and git clone git://www.ginac.de/ginac.git fail with the following error message: fatal: remote error: access denied or repository not exported: /ginac.git
Am I using a wrong command or are the git repositories currently not available?
Best regards, Matthias _______________________________________________ GiNaC-list mailing list GiNaC-list at ginac.de https://www.ginac.de/mailman/listinfo/ginac-list
Perhaps you can try https: instead of git: (the latter is kind of obsolete)
Mvg Dima
Dear Dima, thanks for the suggestion. Using https: instead of git: yields the following error message for me: fatal: repository 'https://www.ginac.de/ginac.git/' not found However, using the original clone with git: now works for me again. Thanks for fixing it! Best, Matthias
participants (2)
-
Dima Pasechnik
-
Matthias Volk