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
We do not check shasums as it would mean bundling the versions information with g, which in turns means having to update g before being able to use new versions of go, something that differentiates g from other go version managers.
Instead, for security, we simply rely on SSL and the OS installed certificate chains.
Other possibility might be a faulty version of gunzip in your system. g doesn't really support MSYS2, it officially supports MacOS, Linux, FreeBSD/OpenBSD and windows only via WSL, while it should probably work on any Unix-like, POSIX-compliant system.
To Reproduce
Steps to reproduce the behavior:
curl -sSL https://git.io/g-install | sh -s
g install 1.22.1
Error output
Environment
Windows MSYS2 zsh
Additional context
The text was updated successfully, but these errors were encountered: