alexzorin / authy

Go library and program to access your Authy TOTP secrets.
MIT License
800 stars 58 forks source link

How to run authy-export on MacOS #13

Closed Thumpermat closed 3 years ago

Thumpermat commented 3 years ago

Hi,

I'm using MacOS (and know how to use terminal :-) ) and I've downloaded the binary authy-export-darwin-amd64.dms.

The instructions in your README are now to run authy-export, but I don't know how to do this.

I tried sudo ./authy-exportor sudo ./authy-export-darwin-amd64.dms and this doesn't work.

Any help is appreciated.

Sincerely, Mathias

alexzorin commented 3 years ago

Hello!

I guess it could be one of two things - sharing the error message might help:

  1. You need to chmod +x the file, or
  2. You have an M1 Mac and I need to publish an arm binary?
Thumpermat commented 3 years ago

Duuh. Thank you very much. It was the first solution.

I feel quite stupid now :-)