fatal: remote origin already exists git出现这个

需要先移除

git remote rm origin

再使用

git remote add origin   你的地址
原文地址:https://www.cnblogs.com/rzkwz/p/12821862.html