#hayazee.
1 messages · Page 1 of 1 (latest)
hello! what's the error?
tar: stripe_X.X.X_linux_x86_64.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
When commanding on my project and also when commanding from my home folder's terminal.
My purpose in using that stripe CLI is just to get my "STRIPE_WEBHOOK_SIGNING_SECRET". I'm new to this and dk what and how to do it.
can you take a screenshot of the folder in your terminal, and the commands you've run and the result?
can you check what is the exact file name?
x.x.x. is just a placeholder
you need to replace that with the actual version
so it should be tar -xvf <actual name of file that you downloaded>
tar -xvf stripe-cli-master.zip ??
if that's what it is named, then sure
but that doesn't look correct
i would think you should be downloading this one instead : stripe_1.17.0_linux_x86_64.tar.gz
I'm sorry I didn't read that correctly:
"Download the latest Linux tar.gz file from GitHub."
The file was this one: {{Image}}
And the command was this one:
tar -xvf stripe_1.17.0_linux_x86_64.tar.gz
I've moved that ./stripe in my back-end project to where I want to use it. The terminal is like this:
Also gives the same 1st error when commanding "stripe login".
Does ./stripe login not work?