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
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Failed to install gnmic
For support, go to https://github.com/openconfig/gnmic/issues
The github api returned a null as version, your IP is probably being rate limited by github. You can download the pkg from the releases page or retry after a little while.
The download script https://get-gnmic.openconfig.net is trying to download gnmic from https://github.com/openconfig/gnmic/releases/download/null/gnmic_ull_linux_x86_64.tar.gz, but it is getting "Not Found"
$ bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
Downloading https://github.com/openconfig/gnmic/releases/download/null/gnmic_ull_linux_x86_64.tar.gz
tar: This does not look like a tar archive
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Failed to install gnmic
For support, go to https://github.com/openconfig/gnmic/issues
$ curl -SsL https://github.com/openconfig/gnmic/releases/download/null/gnmic_ull_linux_x86_64.tar.gz
Not Found
The text was updated successfully, but these errors were encountered: