我无法将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:
?
由于
答案 0 :(得分:1)
使用这些命令更改heroku遥控器。
git remote rm heroku
git remote add heroku https://git.heroku.com/myapp.git