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
It would be good if we output error codes actually, so that there is consistency with the way we interact and also the telemetry has it. This is kind of important once a thing starts being used a lot.
Anyway, the CLI, for each OS, can ask if its OK to:
winget install -e --id Git.Git
Found Git [Git.Git] Version 2.47.0.2
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.2/Git-2.47.0.2-64-bit.exe
███████▏ 15.5 MB / 65.5 MB
winget is on all Windows boxes and full integrated.
for Mac I think git is automatically there ?
for Linux, I dont know...
The text was updated successfully, but these errors were encountered:
Hello @gedw99,
Yes, the CLI would need a big update because there are a lot of issues:
There are three different ways to output text.
Most commands cannot work in a shell and require an interactive terminal.
On error, it just returns the 1 error code without any meaning behind it. While an attempt at standardizing errors was started, I've never completed it entirely https://gut-cli.dev/error/1
I would love to see these changes, but I don't have the time for this. My focus is currently on my studies and Anyquery. gut is in maintenance mode. I do bug fixes, but I don't develop any new features at the moment. That might change in the future.
Regarding the automatic installation of git, this could be interesting, as long as it is done with user consent.
the CLI is able to detect and gives a
"
Sorry, I can't find Git on your computer
"
It would be good if we output error codes actually, so that there is consistency with the way we interact and also the telemetry has it. This is kind of important once a thing starts being used a lot.
Anyway, the CLI, for each OS, can ask if its OK to:
https://winget.run/pkg/Git/Git
winget is on all Windows boxes and full integrated.
for Mac I think git is automatically there ?
for Linux, I dont know...
The text was updated successfully, but these errors were encountered: