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 fetching a commit in a submodule that didn't exist, the following log was printed:
Command failed due to the following error(s):
Error: Error while checkouting quasar
Caused by: Could not fetch submodule
Caused by: early EOF; class=Net (12); code=Eof (-20)
Error: Command terminated with errors
while git submodule update --init reported:
fatal: Fetched in submodule path 'quasar', but it did not contain b93976279dcd10ae10889b2f3b61abb98e07a88a. Direct fetching of that commit failed.
The text was updated successfully, but these errors were encountered:
When fetching a commit in a submodule that didn't exist, the following log was printed:
while
git submodule update --init
reported:The text was updated successfully, but these errors were encountered: