git error: remote origin already exists.

远程关联仓库 origin 已经存在

删除名为 origin 的仓库

git remote rm origin

然后,重新添加即可:

git remote add origin http://localhost:8080/scm/git/demo

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注