报错:fatal: remote origin already exists.解决方法 删除远程仓库: git remote rm origin 在执行你自己的那一条git remote add origin命令就ok了: git remote add origin https://github.com/installationPackage/SpringBootShiro.git