It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoGit and 1Password interaction doesn't work with "git clone" on a regular terminal
When I'm in a git directory, cloned from GitHub, and I use a git command all seems to work well:
- I insert a command (e.g. git fetch);
- "System" ask for my fingerprint;
- I insert my fingerpr...
Jack_P_1P
1Password Team
3 years agoHi @adriadri:
Just to confirm, when you're using Visual Studio Code, are you using a HTTPS or a SSH remote for your Git repository?
You can check using git remote -v
.
1Password SSH agent only works with SSH connections, so if you're using a HTTPS remote, Git won't use your SSH keys provided by 1Password. Let me know!
Jack