【发布时间】:2017-07-05 15:14:40
【问题描述】:
我正在尝试使用 Heroku 部署我的应用程序,我正在使用来自 YouTube 的教程,但我被困在教程中告诉你进入终端的部分......
git push
在许多其他命令之后。当我输入该命令时,我收到以下消息
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>
我不知道该放什么,我必须放什么?
如果您想知道,我正在使用带有以下链接的教程 https://www.youtube.com/watch?v=mabGJ-vuABc
【问题讨论】:
标签: ruby-on-rails git heroku