I've added my key to github, so maybe my machine just refuses to use ssh keys? If so, please tell me how to fix
Asked
Active
Viewed 95 times
1 Answers
1
This is simple. Find the ssh URL details, it could be achieved by pressing on 'clone or download' and switching to ssh.
Then just enter your terminal, inside the repository folder: git remote set-url origin NEWURL
. Replace NEWURL with your valid ssh URL.

arku
- 1,687
- 17
- 16