Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install file not found #578

Open
bsherjnpr opened this issue Jan 9, 2025 · 1 comment
Open

Install file not found #578

bsherjnpr opened this issue Jan 9, 2025 · 1 comment

Comments

@bsherjnpr
Copy link

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

@karimra
Copy link
Collaborator

karimra commented Jan 20, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants