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
答案 0 :(得分:1)
Heroku在我按照以下官方说明更新了应用程序名称之后删除了我的git config remote.staging.push dev:staging
:https://devcenter.heroku.com/articles/renaming-apps