Authenticity of checksum file can not be assured
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 941
- Avg merge
- 9h 24m
- Merged PRs (30d)
- 3
Description
### How can we improve the documentation?
Writing this for the future me, as well as others it might help.
I was trying to install a newer version of golang, but was constantly failing with a "Authenticity of checksum file can not be assured" error. Looked online but only found references to a keyring nodejs script file that I don't have locally See [example issue](https://github.com/asdf-vm/asdf-nodejs/issues/174).
Turns out the solution was simply to update my plugin before installing a new version.
So
```
$ asdf plugin update golang
$ asdf install golang 1.25.0
```
This time, no issue any more "checksum verified".
I think that is asdf was telling me there was a newer version of the plugin somewhere, that'd be helpful.
Cheers!
Contributor guide
Research direction
Start by reviewing the documentation around `asdf plugin update` and `asdf install`, using the reported Golang installation commands as the example. Done should explain that updating the plugin can resolve checksum verification errors and make the suggested recovery steps easy to find.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100