Re: git access
Christian Biesinger via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAPTJ0XEFiBF3LP3e+pvjhJp-=LYM5itRjghagQ2Q7Ftt-72Rmg@mail.gmail.com> |
On Wed, May 27, 2020 at 4:31 PM Jonny Grant <[email protected]> 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