Create key and add it to github
Create ssh key:
| |
Add your key to agent:
| |
Update config
Update ~/.ssh/config:
| |
you might need to restart the ssh-agent:
| |
Then you should be able to clone a repo or update the git remote url:
| |
Create ssh key:
| |
Add your key to agent:
| |
Update ~/.ssh/config:
| |
you might need to restart the ssh-agent:
| |
Then you should be able to clone a repo or update the git remote url:
| |