Run the below commands on by one to change the origin of the Git Repository.
$ git remote rm origin
$ git remote add origin <git_repo_url>
$ git config master.remote origin
$ git config master.merge refs/heads/master
Entrepreneur, Educator, Developer
Run the below commands on by one to change the origin of the Git Repository.
$ git remote rm origin
$ git remote add origin <git_repo_url>
$ git config master.remote origin
$ git config master.merge refs/heads/master