From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Access to IPFire git server
Date: Wed, 03 Jul 2024 11:31:38 +0100 [thread overview]
Message-ID: <C3C65AF9-7A55-464F-BE14-D21C321BBCD1@ipfire.org> (raw)
In-Reply-To: <80D67200-FEBE-4C2C-8249-B138F9416EEA@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]
Hello Jon,
> On 26 Jun 2024, at 16:53, jon <jon.murphy(a)ipfire.org> wrote:
>
> Michael,
>
> To continue this post about the IPFire git server:
> https://bugzilla.ipfire.org/show_bug.cgi?id=13254#c147
>
> I want to use the git server but I do not think I have access. I see errors like this:
> ```
> Connection closed by 81.3.27.45 port 22
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> ```
There isn’t really a Git server. The repositories are spread across the infrastructure.
> And with FileZilla I access `people.ipfire.org` and I can read and write files.
This is correct as this is the only server that has public SSH access (for now).
> But I cannot access `git.ipfire.org`. I get this error:
>
> <cf41574361421163b5f17ad4fa324c2e1cb8a16b_2_1380x416.png>
>
>
> 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=people/jon/ipfire-2.x.git;a=summary
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 repository.
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
>
>
> Best regards, Jon
>
parent reply other threads:[~2024-07-03 10:31 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <80D67200-FEBE-4C2C-8249-B138F9416EEA@ipfire.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C3C65AF9-7A55-464F-BE14-D21C321BBCD1@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox