komputing / KHash

Different hash functions in Kotlin (SHA3 with Keccak and Shake variants, sha256, ripemd160)
MIT License
54 stars 10 forks source link

Github Maven Repository Token Expired #29

Open bnoffer opened 6 months ago

bnoffer commented 6 months ago

Getting the following when doing a fresh Gradle Sync:

Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://maven.pkg.github.com/komputing/KHash/com/github/komputing/khash/sha256/1.1.3/sha256-1.1.3.pom'. Received status code 401 from server: Unauthorized

Checked that the credentials given are correct based on the README.md, but they were correct in our repository.

Would be great if you could provide updated information.

Kind regards

bartwell commented 6 months ago

The same, please help

rmeissner commented 4 months ago

It seems you need to generate your own token on github. @ligi would be helpful to mention this explicitly in the readme