出现了 error: remote origin already exists.?

在码云我跟着视频做输入 git remote add origin https://gitee.com/huang-shuhua/vue_shop.git

出现了 error: remote origin already exists.

求解

img

git remote add origin的作用是在远程仓库创建origin仓库。
提示已经存在的话,就说明你远程仓库已经有了,不需要再创建。