Replies: 3 comments
|
Hi! Thank you for reaching out with this question. Cool that you are learning the terminal and nice that you provided a full log. That helps a lot. The main problem here appears to be that you cannot execute the binary. Once the binary runs, you should be able to type $ ls -ahl
total 13M
drwxr-xr-x 7 rik users 4.0K Feb 5 19:21 .
drwxr-xr-x 6 rik users 4.0K Feb 1 10:40 ..
-rwxr-xr-x 2 rik users 4.9M Feb 5 19:21 ata
[...]The multiple If you see less than 3 $ chmod +x ata-x86_64-apple-darwinThis changes the file permission of the "ata-x86_64-apple-darwin" file to executable (+x). Can you say whether this works and if it doesn't work provide an error message? |
|
Thanks for you quick response. I wasnt really expecting a response quickly. Your app is really cool. Here are my permissions. i have all 3x's. I think at 243, the error I got was that it couldnt be executed. Which is why did the chmod at 245 |
|
I downloaded the binary for Windows and keep getting the error below (column # varies with prompt). "prompt::request failed with: EOF while parsing a string at line 1 column 146" Strangely though, 1 out of every 30 or so prompts will work. Any ideas? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I was able to get it working. Im still learning the terminal so a lot of this is over my head. But when you said start the binary. I actually didnt know where to go with that. Google said to sudo ./ on the first run. Then i had to deconstruct the directory to toml file to edit it with the key. So i cant get the prompt screen to ask questions by typing ./ata-x86_64-apple-darwin. However I cant just type "ata" or use "ata --help". Can you provide guidance for this? Providing my history
242 cd Downloads
243 ./ata-x86_64-apple-darwin
244 sudo ./ata-x86_64-apple-darwin
245 chmod +x ata-x86_64-apple-darwin
246 sudo ./ata-x86_64-apple-darwin
247 ata --help
248 vi /Users/myUser/Library/Application Support/ata.Ask-the-Terminal-Anything-(ATA)-Project-Authors.ata/ata.toml
249 cd /Users/myUser/Library/Application
250 cd /Users/myUser/
251 ls
252 cd Library
253 cd Appl
254 cd Application\ Support
255 ls
256 vi ata.Ask-the-Terminal-Anything-(ATA)-Project-Authors.ata
257 vi ata.Ask-the-Terminal-Anything-(ATA)-Project-Authors.ata
258 cd ata.Ask-the-Terminal-Anything-(ATA)-Project-Authors.ata
259 ls
260 vi ata.toml
261 sudo vi ata.toml
262 ata
263 ata --
264 sudo ./ata-x86_64-apple-darwin
265 exit
266 ata --help
All reactions