akopachov / flipper-zero_authenticator

Software-based TOTP/HOTP authenticator for Flipper Zero device.
GNU General Public License v3.0
542 stars 25 forks source link

.git not found #145

Closed LuKtdf closed 1 year ago

LuKtdf commented 1 year ago

Describe the bug When running fbt.ps1, the call to fbt doesn't work because it can't find .git. I clone this repo with the recursive option (git clone --recursive [URL]). I want to build for official stable version, so I tried "./fbt.ps1 os".

To Reproduce Steps to reproduce the behavior:

  1. git clone --recursive https://github.com/akopachov/flipper-zero_authenticator.git
  2. ./fbt.ps1 os
  3. Observe error

Expected behavior Build and be happy

Screenshots If applicable, add screenshots to help explain your problem.

Device information (please complete the following information):

Additional context Add any other context about the problem here.

akopachov commented 1 year ago

Tried multiple times on my windows 11 laptop:

All the time it works just fine.

You may also try to run set FBT_NO_SYNC=1 before running fbt, like official docs suggests