From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: Access to IPFire git server Date: Wed, 03 Jul 2024 11:31:38 +0100 Message-ID: In-Reply-To: <80D67200-FEBE-4C2C-8249-B138F9416EEA@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7856913318480379892==" List-Id: --===============7856913318480379892== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Jon, > On 26 Jun 2024, at 16:53, jon wrote: >=20 > Michael, >=20 > To continue this post about the IPFire git server: > https://bugzilla.ipfire.org/show_bug.cgi?id=3D13254#c147 >=20 > I want to use the git server but I do not think I have access. I see error= s like this: > ``` > Connection closed by 81.3.27.45 port 22 > fatal: Could not read from remote repository. >=20 > Please make sure you have the correct access rights > and the repository exists. > ``` There isn=E2=80=99t really a Git server. The repositories are spread across t= he infrastructure. > And with FileZilla I access `people.ipfire.org` and I can read and write fi= les. =20 This is correct as this is the only server that has public SSH access (for no= w). > But I cannot access `git.ipfire.org`. I get this error: >=20 > >=20 >=20 > Do I need access to `git.ipfire.org` to access the ipfire git server? No, this is mainly the web UI to browse the repositories as well as access to= the repositories using HTTPS and the Git protocol. I have created a Git repository for you here: https://git.ipfire.org/?p=3Dpeople/jon/ipfire-2.x.git;a=3Dsummary At the top of the page you will find a few ways how to access the repository: git://git.ipfire.org/people/jon/ipfire-2.x.git https://git.ipfire.org/pub/git/people/jon/ipfire-2.x.git ssh://people.ipfire.org/pub/git/people/jon/ipfire-2.x.git Git and HTTPS are read-only and SSH is the only way to write to your reposito= ry. You can add this to your local repository like so and then push your changes = to it: git remote add jon ssh://jon(a)people.ipfire.org/pub/git/people/jon/ipfire-= 2.x.git git push jon my-branch Let me know if this worked. Best, -Michael >=20 >=20 > Best regards, Jon >=20 --===============7856913318480379892==--