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 agosigning works, pulling doesn't
Hey I just explored the ssh key feature (thanks btw, nice integration).
I just wanted to try this, but it seems odd, since the key seems added correctly, when using ssh to test the auth it also seems to work, but as soon as I touch git
(2.4.1.03 for windows) it doesn't recognise the keys.
```bash
C:\Users\andre\repos\private-stuff>ssh-add -l
256 SHA256:ABCDEFGHIJKLMNOPQRSTUvWXYZANDMOREFFFFFF github ssh (ED25519)
C:\Users\andre\repos\private-stuff>ssh -T mailto:git@github.com
Hi andretietz! You've successfully authenticated, but GitHub does not provide shell access.
C:\Users\andre\repos\private-stuff>git pull
mailto:git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
When I push a commit using http (intellij integration using the same git installation!), signing works just perfectly.
Any ideas what could be wrong here?
1Password Version: 8.10.12
Extension Version: Not Provided
OS Version: Windows 11
Browser: Not Provided
No Replies