|
Boost : |
Subject: Re: [boost] How do I authenticate myself?
From: Felix Uhl (felix.uhl_at_[hidden])
Date: 2014-11-14 10:54:37
Andrey Semashev wrote:
> Note that you can have anonymous read-only access if you change the URL a
little:
> git://github.com/boostorg/boost.git
> That should probably be mentioned in the docs.
Thank you very much, that was exactly what I needed. Should've probably thought about that myself.
I agree, that should be mentioned. Especially under the point
"try out modular boost".
--- Felix Uhl ________________________________ Von: Andrey Semashev<mailto:andrey.semashev_at_[hidden]> Gesendet: â14.â11.â2014 14:17 An: boost_at_[hidden]<mailto:boost_at_[hidden]> Betreff: Re: [boost] How do I authenticate myself? On Friday 14 November 2014 10:55:36 Felix Uhl wrote: > I want to clone the current develop branch > > to verify that a bugfix to a trac item I opened > > does actually fix the bug. > > > It seems like this information should be easy > > to find on the boost webpage or wiki, but neither > > of both explain how to authenticate myself > > when using âgit clone --recursive git@ > > github.com:boostorg/boost.git modular-boost >clone.logâ. > > The output of this is âPermission denied (publickey)â, > > which seems to mean to me that I need a > > ssh key the server actually knows about or that I have > > to upload my public key somehow. > > > Have I just missed something on the wiki? As Boost is hosted on GitHub, all the options it offers also work with Boost. See here: https://help.github.com/articles/which-remote-url-should-i-use/ Note that you can have anonymous read-only access if you change the URL a little: git://github.com/boostorg/boost.git That should probably be mentioned in the docs. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk