We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes could not checkout ref error happens.
could not checkout ref
Steps to reproduce:
1_2_3_20201010
git switch --orphan master
.externals
repositories: _externals/1_2_3_20201010: type: git url: https://github.com/andry81-tests/vcstool-test-A version: 1_2_3_20201010
vcs import < .externals
=== ._externals/1_2_3_20201010 (git) === Could not checkout ref '12320201010': fatal: invalid reference: 12320201010
>git --version git version 2.24.0.windows.2
The text was updated successfully, but these errors were encountered:
Seems bug in the yaml parser, because this works:
repositories: _externals/1_2_3_20201010: type: git url: https://github.com/andry81-tests/vcstool-test-A version: '1_2_3_20201010'
Sorry, something went wrong.
No branches or pull requests
Sometimes
could not checkout ref
error happens.Steps to reproduce:
1_2_3_20201010
branch (ex: https://github.com/andry81-tests/vcstool-test-A).externals
:.externals
:vcs import < .externals
>git --version git version 2.24.0.windows.2
The text was updated successfully, but these errors were encountered: