Replies: 1 comment 2 replies
-
GitLens needs Git version Also you said you upgraded recently -- what version were you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After recently upgrading GitLens (which was working for me), I am now getting git failures.
I am using ssh-remote to CentOS 7 : Description: CentOS Linux release 7.7.1908 (Core)
Linux cpc-inception 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
git version 1.8.3.1 (which is the version supported by my version of the OS, which I am not able to upgrade further).
Is there a way around this ?
Command failed: /usr/bin/git -c core.quotepath=false -c color.ui=false for-each-ref --format=%3ch%3e%(HEAD)%3cn%3e%(refname)%3cu%3e%(upstream:short)%3ct%3e%(upstream:track)%3cr%3e%(objectname)%3cd%3e%(committerdate:iso8601) refs/heads refs/remotes fatal: unknown field name: HEAD
Command failed: /usr/bin/git -c core.quotepath=false -c color.ui=false tag -l --format=%3cn%3e%(refname)%3c*r%3e%(objectname)%3cr%3e%(objectname)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject) error: unknown option `format=%3cn%3e%(refname)%3cr%3e%(*objectname)%3cr%3e%(objectname)%3cd%3e%(creatordate:iso8601)%3cad%3e%(authordate:iso8601)%3cs%3e%(subject)' usage: git tag [-a|-s|-u ] [-f] [-m |-F ] [] or: git tag -d ... or: git tag -l [-n[]] [--contains ] [--points-at ] [...] or: git tag -v ... -l, --list list tag names -n[] print lines of each tag message -d, --delete delete tags -v, --verify verify tags Tag creation options -a, --annotate annotated tag, needs a message -m, --message tag message -F, --file read message from file ...
Beta Was this translation helpful? Give feedback.
All reactions