2
Muhammed-Bhikhas-MacBook-Pro:mashs_wing_ranch BH1KH4$ git remote -v
heroku  git@heroku.com:sleepy-cliffs-9120.git (fetch)
heroku  git@heroku.com:sleepy-cliffs-9120.git (push)
origin  git@heroku.com:gentle-bastion-5131.git (fetch)
origin  git@heroku.com:gentle-bastion-5131.git (push)

git remote -v を実行すると、heroku に間違ったアプリが表示されます。sleepy-cliffs-9120.gitこれは以前持っていたアプリですが、新しいアプリに変更するにはどうすればよいですgentle-bastion-5131か?

4

1 に答える 1

4
git remote set-url heroku git@heroku.com:gentle-bastion-5131.git
于 2012-12-22T14:55:49.617 に答える