无法修改我的heroku远程

时间:2016-12-08 12:33:09

标签: heroku deployment heroku-toolbelt

我无法将ma app部署到heroku。

当我git remote -v时,我有:

heroku git@heroku.com:https://git.heroku.com/myapp.git (fetch) heroku git@heroku.com:https://git.heroku.com/myapp.git (push)

而不是:

heroku https://git.heroku.com/myapp.git (fetch) heroku https://git.heroku.com/myapp.git (push)

如何删除前缀正确的网址的git@heroku.com:

由于

1 个答案:

答案 0 :(得分:1)

使用这些命令更改heroku遥控器。

git remote rm heroku 
git remote add heroku https://git.heroku.com/myapp.git