prasmussen / gdrive

Google Drive CLI Client
MIT License
8.99k stars 1.19k forks source link

will not build on ubuntu or rust images #673

Open happy-machine opened 1 year ago

happy-machine commented 1 year ago

Hi

ChatGPT and I have spent the whole day failing to solve this. Have tried with ubuntu 18 and 20.

i curl curl -L -o gdrive.tar.gz https://github.com/prasmussen/gdrive/releases/download/2.1.1/gdrive_2.1.1_linux_amd64.tar.gz i then try to unpack it with tar -xzvf ./gdrive.tar.gz

I can then see gdrive which has a size of 8210397 bytes.

I then try to chmod +x gdrive I have tried chmod 777 which doesnt work either

I then try to run it with ./gdrive and i get

bash: ./gdrive: No such file or directory

AminaLEM commented 1 year ago

same issue!!