SSH-agent asking me 4 times in git push

Good morning folks!
I could not find a similar topic about this, neither a correct category, so, sorry for that.

I configured the new ssh-agent in my Mac and, everything is working as expected, but, when I run a git push command, the Bitwarden asks me at least 4 times to authorization.
Is there a way to avoid this?

We have planned work to support temporarily bypassing approval—something like a “remember for X minutes” option—so you won’t need to re-approve actions within a given time window. We don’t have a release date yet, but its a prioritised item.

2 Likes

Hi Max! Nice to hear that!
the problem is caused bu git-lfs that do 4 requests in the git push action.
For now, it is possible to disable the git-lfs running git lfs uninstall or just authorizing 4 times.
Thank you so much!