git ssh
Git no longer accepts https to sync but ssh
for repos still on https
git remote -vto show origingit remote set-url origin git@github.com:ChThH/{repo-name}.gitto set sshgit pushto push changes
Git no longer accepts https to sync but ssh
for repos still on https
git remote -v to show origingit remote set-url origin git@github.com:ChThH/{repo-name}.git to set sshgit push to push changes