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 was archived by the owner on Jul 18, 2020. It is now read-only.
git pack-refs --all changes the .git internal structure, placing all refs in .git/packed-refs and deletes the individual files in .git/refs/. This can also be done implicitly by other commands like git gc.
The plugin will then crash as it tries to lookup a non-existing file:
git pack-refs --allchanges the.gitinternal structure, placing all refs in.git/packed-refsand deletes the individual files in.git/refs/. This can also be done implicitly by other commands likegit gc.The plugin will then crash as it tries to lookup a non-existing file:
lein-tar/src/leiningen/tar.clj
Line 65 in 09f253c
FWIW, anyone who hits this issue can work around it by unpacking refs with this script: https://github.com/tj/git-extras/blob/7f0f91b4d429a11fdaecd5ad4c03c733470b07a1/bin/git-unpack-refs