$ git remote -v
(null) git@github.com:username/Savvy.git (fetch)
(null) git@github.com:username/Savvy.git (push)
origin git@github.com:username/SavvyCode.git (fetch)
origin git@github.com:username/SavvyCode.git (push)
How can we delete the (null) remote above? Thanks.
Look at the
.git/configfile (“.git” is a subdirectory in your project’s directory). It’s an INI-style file which contains a section for each remote, which look like this:So look for strange-looking remotes.