Open
Description
According to the Boost Getting-Started document, we should setup Boost by doing this:
git clone --recursive https://github.com/boostorg/boost
cd boost
git checkout boost-1.68.0
./bootstrap.sh
./b2 headers
When attempting to do so:
git subrepo clone https://github.com/boostorg/boost
cd boost
git checkout boost-1.68.0
error: pathspec 'boost-1.68.0' did not match any file(s) known to git.
How can this be resolved?