Skip to content

Cannot checkout Boost from subrepo #374

Open
@Yzrsah

Description

@Yzrsah

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions