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

Missing tx-linux-amd64.tar.gz file in v1.6.11 release assets cause installation fail #220

Closed
insolor opened this issue Apr 24, 2024 · 1 comment

Comments

@insolor
Copy link

insolor commented Apr 24, 2024

I'm trying to install tx using default way from the README:

❯ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3426  100  3426    0     0  14907      0 --:--:-- --:--:-- --:--:-- 14960
** Installing CLI from https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     9  100     9    0     0     16      0 --:--:-- --:--:-- --:--:--     0

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

** Adding CLI to PATH
** export PATH="/home/insolor/Projects/test:$PATH" was added to /home/insolor/.zshrc. Please restart your terminal to have access to 'tx' from any path.

** If everything went fine you should see the Transifex CLI version in the following line.
bash: line 111: ./tx: No such file or a catalog

Opening https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz in a browser shows "Not found".

And indeed, there is no such file in assets for https://github.com/transifex/cli/releases/tag/v1.6.11 release.

As a workaround I use installation of v1.6.10 version:

curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v1.6.10
@insolor insolor changed the title Missing tx-linux-amd64.tar.gz file v1.6.11 release assets cause installation fail Missing tx-linux-amd64.tar.gz file in v1.6.11 release assets cause installation fail Apr 24, 2024
@insolor
Copy link
Author

insolor commented Apr 24, 2024

Duplicate of #219

@insolor insolor closed this as completed Apr 24, 2024
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

1 participant