我正在尝试推送git并遇到git问题。这是我的问题。
我命令了
git remote -v
我在这里
origin https://github.com/(email)/ (fetch)
origin https://github.com/(email)/ (push)
使用此命令时
C:\Users\NTQ\Desktop\Ruby on rails\toy_app>git remote add origin git@bitbucket.org:anhbui2904/toy_app.git
它给了我这个错误
fatal: remote origin already exists.
我尝试过
git remote rm origin
之前然后仍然有错误。
我知道也许我的问题很简单,但是您能给我一些想法吗?非常感谢。