token2 / authy-migration

Migrating from Authy to Token2 hardware tokens or alternative TOTP Apps, including WinAuth or Raivo OTP
https://www.token2.swiss/site/page/how-to-transfer-totp-profiles-from-authy-to-a-token2-hardware-token
MIT License
172 stars 10 forks source link

package git is not in GOROOT #9

Closed gabsoftware closed 3 months ago

gabsoftware commented 3 months ago

I followed the instructions and when I type: go run git clone https://github.com/token2/authy-migration.git It gives me: package git is not in GOROOT (/usr/lib/go-1.15/src/git)

gabsoftware commented 3 months ago

Ok I think there's just a typo in the instructions... The correct line to type is simply: go run authy-export.go

gabsoftware commented 3 months ago

Worked very well. Now I could successfully migrate to 2FAS. Thanks a lot!

token2 commented 3 months ago

Thanks for reporting. Typo fixed