public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* git access
@ 2020-05-27 21:31 Jonny Grant
  2020-05-27 21:36 ` Christian Biesinger
  0 siblings, 1 reply; 6+ messages in thread
From: Jonny Grant @ 2020-05-27 21:31 UTC (permalink / raw)
  To: gdb

Hello

Just looking here https://www.gnu.org/software/gdb/


Unfortunately git fails because I don't have a publickey for sourceware.org

Is this also suitable?
https://github.com/bminor/binutils-gdb

$ git clone --branch gdb-9-branch ssh://sourceware.org/git/binutils-gdb.git
Cloning into 'binutils-gdb'...
The authenticity of host 'sourceware.org (8.43.85.97)' can't be established.
ECDSA key fingerprint is SHA256:4bqfulMjMg7/L/38MJBw7mVMMu6EH+3MgMitrCRdFho.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'sourceware.org,8.43.85.97' (ECDSA) to the list of known hosts.
jonny@sourceware.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


Thanks
Jonny

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: git access
  2020-05-27 21:31 git access Jonny Grant
@ 2020-05-27 21:36 ` Christian Biesinger
  2020-05-27 21:44   ` Jonny Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Biesinger @ 2020-05-27 21:36 UTC (permalink / raw)
  To: Jonny Grant; +Cc: gdb

On Wed, May 27, 2020 at 4:31 PM Jonny Grant <jg@jguk.org> wrote:
>
> Hello
>
> Just looking here https://www.gnu.org/software/gdb/
>
>
> Unfortunately git fails because I don't have a publickey for sourceware.org

Did you try:

git clone git://sourceware.org/git/binutils-gdb.git

> Is this also suitable?
> https://github.com/bminor/binutils-gdb

I mean that's somebody's unofficial mirror. If you find them
trustworthy enough then sure. It does seem to be regularly updated.

Christian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: git access
  2020-05-27 21:36 ` Christian Biesinger
@ 2020-05-27 21:44   ` Jonny Grant
  2020-05-27 21:58     ` Paul Smith
  2020-05-28 17:04     ` Christian Biesinger
  0 siblings, 2 replies; 6+ messages in thread
From: Jonny Grant @ 2020-05-27 21:44 UTC (permalink / raw)
  To: Christian Biesinger; +Cc: gdb



On 27/05/2020 22:36, Christian Biesinger wrote:
> On Wed, May 27, 2020 at 4:31 PM Jonny Grant <jg@jguk.org> wrote:
>>
>> Hello
>>
>> Just looking here https://www.gnu.org/software/gdb/
>>
>>
>> Unfortunately git fails because I don't have a publickey for sourceware.org
> 
> Did you try:
> 
> git clone git://sourceware.org/git/binutils-gdb.git

Great, that one works. Could that be added to the web page?

Many thanks
Jonny

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: git access
  2020-05-27 21:44   ` Jonny Grant
@ 2020-05-27 21:58     ` Paul Smith
  2020-05-28 17:04     ` Christian Biesinger
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Smith @ 2020-05-27 21:58 UTC (permalink / raw)
  To: Jonny Grant, Christian Biesinger; +Cc: gdb

On Wed, 2020-05-27 at 22:44 +0100, Jonny Grant wrote:
> > Did you try:
> > 
> > git clone git://sourceware.org/git/binutils-gdb.git
> 
> Great, that one works. Could that be added to the web page?

Not sure where you were looking; it's there:

https://www.gnu.org/software/gdb/current/

First bullet:

* Read-only git:
  You can check out a copy of the git repository directly using the
  command:

  git clone git://sourceware.org/git/binutils-gdb.git



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: git access
  2020-05-27 21:44   ` Jonny Grant
  2020-05-27 21:58     ` Paul Smith
@ 2020-05-28 17:04     ` Christian Biesinger
  2020-05-28 18:17       ` Joel Brobecker
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Biesinger @ 2020-05-28 17:04 UTC (permalink / raw)
  To: Jonny Grant, Joel Brobecker; +Cc: gdb

On Wed, May 27, 2020 at 4:44 PM Jonny Grant <jg@jguk.org> wrote:
> On 27/05/2020 22:36, Christian Biesinger wrote:
> > On Wed, May 27, 2020 at 4:31 PM Jonny Grant <jg@jguk.org> wrote:
> >>
> >> Hello
> >>
> >> Just looking here https://www.gnu.org/software/gdb/
> >>
> >>
> >> Unfortunately git fails because I don't have a publickey for sourceware.org
> >
> > Did you try:
> >
> > git clone git://sourceware.org/git/binutils-gdb.git
>
> Great, that one works. Could that be added to the web page?

Hmm yeah, I see that the "GDB 9 branch created" announcement near the
bottom of https://www.gnu.org/software/gdb/ does only link to the SSH
version. Joel, maybe that should be changed?

Christian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: git access
  2020-05-28 17:04     ` Christian Biesinger
@ 2020-05-28 18:17       ` Joel Brobecker
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Brobecker @ 2020-05-28 18:17 UTC (permalink / raw)
  To: Christian Biesinger; +Cc: Jonny Grant, gdb

> > > Did you try:
> > >
> > > git clone git://sourceware.org/git/binutils-gdb.git
> >
> > Great, that one works. Could that be added to the web page?
> 
> Hmm yeah, I see that the "GDB 9 branch created" announcement near the
> bottom of https://www.gnu.org/software/gdb/ does only link to the SSH
> version. Joel, maybe that should be changed?

Sure thing. I suppose people who have a sourceware account already
would probably have a full clone already, so they typically wouldn't
use the sugested command to create a new clone.

Changed.

-- 
Joel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-28 18:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 21:31 git access Jonny Grant
2020-05-27 21:36 ` Christian Biesinger
2020-05-27 21:44   ` Jonny Grant
2020-05-27 21:58     ` Paul Smith
2020-05-28 17:04     ` Christian Biesinger
2020-05-28 18:17       ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).