-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Kam Lagan edited this page Nov 20, 2021
·
3 revisions
-
Check SSH access is working
ssh -T [email protected]
-
Set remote origin
git remote set-url origin [email protected]:USERNAME/REPO.git
# ssh-add -K ~/.ssh/id_rsa
ssh-add --apple-use-keychain ~/.ssh/id_rsa sudo chown -R $(whoami) /usr/local/share/man/man8The ssh-agent is not running so we need to set it: ssh-agent pwsh workd for me