Boost logo

Boost :

Subject: Re: [boost] [git help] GitHub boostorg library authentication
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-11-19 09:19:39


On Tue, Oct 29, 2013 at 5:45 AM, Daniel James <daniel_at_[hidden]>wrote:

OK. Going back to Beman's question, I haven't tested it yet, but I
> think the configuration command is:
>
> git config --global url."git_at_[hidden]:boostorg/".insteadOf
> "http://github.com/boostorg/"
>
> This just updates the .gitconfig file, so it can be edited later if it
> doesn't work.
>

I just tested this with the current boostorg repos. Worked first try. The
actual command I used was:

git config --global url."git_at_[hidden]:boostorg/".insteadOf "
https://github.com/boostorg/"

since the conversion is now using https.

To test, I switched boost.system to develop, made a change to a file, then
committed and pushed, both via TortoiseGit. Verified via
https://github.com/boostorg/system that the push is visible.

Thanks,

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk