|
Boost : |
Subject: [boost] [git help] GitHub boostorg library authentication
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-10-28 08:23:01
To test the modular boost docs I'm writing, I did this:
git clone --recursive https://github.com/boostorg/boost.git modular-boost
cd modular-boost
./bootstrap.sh
./b2 headers
cd libs/system
git checkout develop
# did a simple edit of one file
git commit -a -m "my bug fix"
git push origin develop
Everything ran as expected until the last step, which resulted in this:
Username for 'http://github.com':
That's a problem. Authentication needs to happen automatically.
What steps did I miss?
Thanks,
--Beman
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk