Continuing the discussion from GitHub SSH doesn't work:
You can only push to two types of URL addresses:
- An HTTPS URL like https://github.com/user/repo.git
- An SSH URL, like git@github.com:user/repo.git
Git associates a remote URL with a name, and your default remote is usually called origin .
Referred to above link and works (Noted, HTTPS URL
required tokens but SSH URL
properties won't).
$ git remote set-url origin git@github.com:scibrokes/owner.git
and repo GitHub - scibrokes/owner: Personal CV working smoothly on RStudio now.