GIT Error: fatal: remote upstream already exists.


Type command to see current git remote url 

$ git remote -v

Chnage git remote url

git remote set-url origin git@github.com:username/reponame.git

Or,

git remote set-url origin https://github.com/username/reponame.git

Verify again
$ git remote -v

Share on Google Plus

About Md. Shahzad Alam

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment