We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fatal: error in object: unshallow
1 parent 03d4d63 commit 0e46c77Copy full SHA for 0e46c77
tools/ci_fetch_deps.py
@@ -70,6 +70,8 @@ def run(title, command, check=True):
70
"Fetch back to the start of 2021 to get commit history",
71
f'git fetch --recurse-submodules=no --shallow-since="2021-07-01" origin {ref}',
72
)
73
+# See https://stackoverflow.com/questions/63878612/git-fatal-error-in-object-unshallow-sha-1#comment118418373_63879454
74
+run ("Fix for bug \"fatal: error in object: unshallow\"", "git repack -d")
75
run("Init submodules", "git submodule init")
76
run("Submodule status", "git submodule status")
77
0 commit comments