Where are my keys

R
Author

Kevin

Published

2021-07-23

Today, I had to relearn how to reset a git remote.

  1. Happy Git with R.
  2. Great Link

The problem:

Github was asking me a password when I have keys set up.

Step 1:

In the terminal

git remote -v 

Okay the terminal is telling me that the remote is set to https:

https://github.com/USERNAME/REPOSITORY.git

The fix

git remote set-url origin git@github.com:USERNAME/REPOSITORY.git

Finish

My issue is that I was forgetting to include the origin.


About

Kevin is a nonprofit data professional operating out of Lakeland, Florida.
My expertise is helping nonprofits collect, manage and analyze their program data.