
2 Dec
2013
2 Dec
'13
3:20 p.m.
On Mon, Dec 2, 2013 at 4:14 AM, Eric Niebler
...
If you have already done "git clone --recursive git@github.com:boostorg/boost.git modular-boost" then you can try:
cd modular-boost git pull git submodule update
This fails for me with: ...
This has worked for me: git submodule update -f --Beman