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
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
Ran into this issue when using ghostman script to update to latest version of ghost-core:
$ ghostman/bin/ghostman.sh update
ghostman version 0.12 - Tue 02 Mar 2021 11:32:48 AM UTC
gathering info, please wait... done!*** a newer version of ghost is available. ***
current version: 0.19.1.9
latest version: 0.19.1.10
download https://github.com/ghost-coin/ghost-core/releases/download/v0.19.1.10/ghost-0.19.1.10-x86_64-linux-gnu.tar.gz
and install to /root/ghostcore? [y/N] y
--> Downloading https://github.com/ghost-coin/ghost-core/releases/download/v0.19.1.10/ghost-0.19.1.10-x86_64-linux-gnu.tar.gz... done!
--> Checksumming ghost-0.19.1.10-x86_64-linux-gnu.tar.gz... SHA256 checksum FAILED! Try again later. Exiting.```
Ran into this issue when using
ghostmanscript to update to latest version ofghost-core: