2012-12-22 3 views
2
Muhammed-Bhikhas-MacBook-Pro:mashs_wing_ranch BH1KH4$ git remote -v 
heroku [email protected]:sleepy-cliffs-9120.git (fetch) 
heroku [email protected]:sleepy-cliffs-9120.git (push) 
origin [email protected]:gentle-bastion-5131.git (fetch) 
origin [email protected]:gentle-bastion-5131.git (push) 

git remote -v를 실행하면 heroku에 잘못된 응용 프로그램이 표시됩니다. 이전에 가지고 있던 앱입니다. sleepy-cliffs-9120.git을 새 앱 gentle-bastion-5131으로 변경하려면 어떻게해야하나요?heroku git repo change

답변

4
git remote set-url heroku [email protected]:gentle-bastion-5131.git 
+0

url은 끝이 아닌 "[email protected] : gentle-bastion-5131.git"이어야합니다. –

+0

복사 붙여 넣기 오류, thx :) –