Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

2 remote Origin, How to remove the wrong one

Charles Desbiens
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 12, 2020

For a project I found my self with 2 remote origin which cause error whenever I do a push,

the 2 remote origin are for different target and cannot remove the first one.

git.png

1 answer

0 votes
Daniil Penkin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 12, 2020

Hello @Charles Desbiens,

Welcome to the Community.

Take a look at git remote command. Run git remote -v to list all remotes, then change/remove the wrong one.

I guess in your case push and fetch URL are different for some reason, and push URL is pointing to the wrong repository. This is not what you want, unless you're using something like Smart Mirroring. In this case you'll need to update the push URL to match the fetch one:

git remote set-url --push origin <correct URL here>

Hope this helps. Let me know if you have any questions.

Cheers,
Daniil

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events