Github “fatal: remote origin already exists”

$ git remote add origin [email protected]:ppreyer/first_app.git

修改为:

$ git remote set-url origin [email protected]:ppreyer/first_app.git

猜你喜欢

转载自blog.csdn.net/u014599371/article/details/89915449