wiki/git.myco

5 lines
104 B
Plaintext

= Git push: Permission denied (publickey)
```
eval `ssh-agent` > /dev/null
ssh-add ~/.ssh/id_rsa
```