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
When we clone the repo, repo has the fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack:invalid index-pack output error.
So our solution for the reposition clone is git clone --filter=blob:none <url>refer to here
Now when using this git-xargs tool, the step clone the repo failure with
Error cloning repository
Error encountered while processing repo "unexpected EOF"
so can we have this flag --filter=blob:none add for git options to clone the repo?
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When we clone the repo, repo has the
fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack:invalid index-pack output
error.So our solution for the reposition clone is
git clone --filter=blob:none <url>
refer to hereNow when using this git-xargs tool, the step clone the repo failure with
so can we have this flag
--filter=blob:none
add for git options to clone the repo?Thanks!
The text was updated successfully, but these errors were encountered: