Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 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
3 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