【发布时间】:2013-10-07 02:56:41
【问题描述】:
我使用 Git Bash 将我的文件推送到 git 存储库。当我这样做时很好:
heroku login
git add .
但我试过这个:
`git push heroku master
出现以下错误:
fatal: 'heroku' does not appear to be a git repository
fatal: could not read from remote repository
Please make sure you have correct access rights
and the repository exists.
我尝试了以下命令,但它们不起作用:
heroku keys:clear
heroku keys:add
我是 Git 和 Heroku 的新手,我们将不胜感激。
【问题讨论】:
-
命令
git remote -v输出什么?