【Git】fatal: remote origin already exists.

问题:fatal: remote origin already exists.

answer:

$ git remote rm origin

Execute the following statement again:

$ git remote add origin https://github.com/。。。

 

Guess you like

Origin www.cnblogs.com/jums/p/11516692.html