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
I've starting encountering this error whenever I run qlot add after adding a dependency on a new version of ADSF (3.3.7.2).
E.g.:
docker run --rm -it -v ./common-lisp:/app fukamachi/qlot add github 40ants-critic 40ants/40ants-critic
Add 'github 40ants-critic 40ants/40ants-critic' to 'qlfile'.
Reading '/app/qlfile'...
✓ [1/1] 40ants-critic No update on dist "40ants-critic" version "github-0a3c2d8a5b90a984cb6d6c30fec86ea8802eb83f"
Unexpected error: Error while executing a shell command: "git" "-C" "/app/.qlot/local-projects/asdf/" "fetch" "--depth" "1" "origin" "origin" "--quiet" "refs/tags/3.3.7.2:refs/tags/3.3.7.2" "--no-tags" (Code=128)
fatal: couldn't find remote ref origin
This could be a bug in Qlot.
Report it at https://github.com/fukamachi/qlot/issues/new/choose.
Please attach the stack trace dumped to '/tmp/qlot-error-AR3FSGEY.log'.
The offending line in qlfile is asdf 3.3.7.2 - if I remove it, everything works fine.
In qfile.lock, the corresponding entry is
Describe the bug
I've starting encountering this error whenever I run
qlot add
after adding a dependency on a new version of ADSF (3.3.7.2).E.g.:
The offending line in
qlfile
isasdf 3.3.7.2
- if I remove it, everything works fine.In
qfile.lock
, the corresponding entry isThe stack trace mentioned above is:
Reproducible steps
Error messages
Versions:
The text was updated successfully, but these errors were encountered: