Heroku声称是最新的,但没有显示文件

时间:2013-04-20 20:20:39

标签: git heroku

Git说一切都是最新的,但我在本地看到的文件有所不同。我最近在Heroku上更新了我的应用程序的名称,并且相信我已经正确更新了远程git配置。

尝试推送:

$ git push -f staging
Everything up-to-date

git config -l

remote.staging.url=git@heroku.com:s-si.git
remote.staging.fetch=+refs/heads/*:refs/remotes/staging/*
Heroku文件的

ls

heroku run bash -a s-si
Running `bash` attached to terminal... up, run.2567
~ $ ls apps/
application  boston  __init__.py  __init__.pyc  main  newyork  rampup  startup_institute

ls我的本地文件:

$ ls apps/
__init__.py       __init__.pyc      app_app           application       boston            newyork           payments          rampup            startup_institute

1 个答案:

答案 0 :(得分:1)

Heroku在我按照以下官方说明更新了应用程序名称之后删除了我的git config remote.staging.push dev:staginghttps://devcenter.heroku.com/articles/renaming-apps