Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years agoVSCode doesn't ask for biometrics when pushing a commit.
So there are 2 apps that I use ssh for.
VSCode (to push code in Github using git)
Obsidian (for storing my notes in GitHub using git)
Working Scenario (Obsidian)
I make a change in my n...
floris_1P
1Password Team
2 years ago@ptw Glad you were able to figure it out! As an additional note: if you completely switched over to SSH, you may want to consider also removing your GitHub HTTPS credentials from the Git credential helper by running the following command:
echo "protocol=https\nhost=github.com" | git credential-osxkeychain erase