Skip to content

How to get hash of GitHub release files? #4748

Discussion options

You must be logged in to vote

You have to download it and compute the hash.

It's very simple.

PowerShell - Get-FileHash file.zip
Cmd - certutil -hashfile file.zip SHA256
Bash - sha256sum file.zip

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by snowman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants