git ssh

Git no longer accepts https to sync but ssh

for repos still on https

  1. git remote -v to show origin
  2. git remote set-url origin git@github.com:ChThH/{repo-name}.git to set ssh
  3. git push to push changes