You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
error: pathspec 'v1.5.0' did not match any file(s) known to git.
FATAL command "fetch" failed: exit status 1
FATAL command "vendor" failed: exit status 1
fatal: reference is not a tree: a8a31eff10544860d2188dddabdee4d727545796
FATAL command "fetch" failed: exit status 128
FATAL command "vendor" failed: exit status 1
For fetching tags this might be fixed by adding a --branch <tag> to the actual clone command but setting via revision would still fail in that example.
I personally would favour to drop the --single-branch flag or give fetch a flag to enable it explicitly or even a --depth that can be set for the fetch.
The text was updated successfully, but these errors were encountered:
reproducible examples:
fails with:
For fetching tags this might be fixed by adding a
--branch <tag>
to the actual clone command but setting via revision would still fail in that example.I personally would favour to drop the
--single-branch
flag or give fetch a flag to enable it explicitly or even a--depth
that can be set for the fetch.The text was updated successfully, but these errors were encountered: