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
Resolving deltas: 100% (4321/4321), done.
error: unknown option `branches'
usage: git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]
[-q | --quiet] [--exit-code] [--get-url] [--sort=<key>]
[--symref] [<repository> [<patterns>...]]
-q, --quiet do not print remote URL
--upload-pack <exec> path of git-upload-pack on the remote host
-t, --tags limit to tags
-h, --heads limit to heads
--refs do not show peeled tags
--get-url take url.<base>.insteadOf into account
--sort <key> field name to sort on
--exit-code exit with exit code 2 if no matching refs are found
--symref show underlying ref in addition to the object pointed by it
-o, --server-option <server-specific>
option to transmit
Error: cannot resolve main into a Git SHA1
Expected behavior
Tinty install to succeed
System
Amazon Linux 2
Terminal:
Alacritty
Minimal configuration file
None
Additional context
Looks like the command is failing when you run: git ls-remote --quiet --branches. The --branches flag does not exist on git 2.40.1, but tinty install previously worked. Is there a way to fix this regression?
The text was updated successfully, but these errors were encountered:
Thanks for the PR. Yeah looks like --heads and -h is deprecated and replaced with --branches and -b. I think we can actually just remove that flag. #101
Describe the bug
Running tinty install gives this error:
Expected behavior
Tinty install to succeed
System
Amazon Linux 2
Terminal:
Alacritty
Minimal configuration file
None
Additional context
Looks like the command is failing when you run:
git ls-remote --quiet --branches
. The--branches
flag does not exist on git2.40.1
, buttinty install
previously worked. Is there a way to fix this regression?The text was updated successfully, but these errors were encountered: