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
My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
after downloading q on my remote ssh machine, the installation did not work. The glibc was already installed.
I already referred to the installation guide here
❯ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
❯ ./q/install.sh
[ERROR] Could not find glibc.
[ERROR] This release built for a GNU system with glibc 2.34 or newer, try installing the musl version of the CLI.
The text was updated successfully, but these errors were encountered:
Sanity checks
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/figWhat CLI tool does this relate to?
cd, ls
Which statement makes the most sense?
There is a bug with this completion spec
Issue Details
after downloading
q
on my remote ssh machine, the installation did not work. Theglibc
was already installed.I already referred to the installation guide here
The text was updated successfully, but these errors were encountered: