Skip to content
New issue

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

non-protocol=v2 clonable submodules can fail a checkout #44

Open
asottile opened this issue Feb 10, 2021 · 0 comments
Open

non-protocol=v2 clonable submodules can fail a checkout #44

asottile opened this issue Feb 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@asottile
Copy link
Member

for example:

fetch attempt 1...
    => success
submodule checkout attempt 1...
    => error
    error: Server does not allow request for unadvertised object 6047713aff39dc8a9f94952ecf3b136223605eec
    Fetched in submodule path 'modules/gettext/gnulib', but it did not contain 6047713aff39dc8a9f94952ecf3b136223605eec. Direct fetching of that commit failed.
    Failed to recurse into submodule path 'modules/gettext'
submodule checkout attempt 2...
    => error
    error: Server does not allow request for unadvertised object 6047713aff39dc8a9f94952ecf3b136223605eec
    Fetched in submodule path 'modules/gettext/gnulib', but it did not contain 6047713aff39dc8a9f94952ecf3b136223605eec. Direct fetching of that commit failed.
    Failed to recurse into submodule path 'modules/gettext'
submodule checkout attempt 3...
    => error
    error: Server does not allow request for unadvertised object 6047713aff39dc8a9f94952ecf3b136223605eec
    Fetched in submodule path 'modules/gettext/gnulib', but it did not contain 6047713aff39dc8a9f94952ecf3b136223605eec. Direct fetching of that commit failed.
    Failed to recurse into submodule path 'modules/gettext'

from https://results.pre-commit.ci/run/github/116816146/1612858774.myIqOmUUTmGB06u0oFig9w

@asottile asottile added the bug Something isn't working label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant