I am using Git LFS with Bitbucket using OSX (although i found the same issue with Ubuntu).
My repo contains many files stored using Git LFS
When I do a git clone, it asks for my passphrase for EVERY tracked file using Git LFS. This is a huge issue as I can have potentially hundreds of files stored using Git LFS.
Note that there is no problems regarding files that are not tracked using Git LFS.
How can I fix this issue?