2

对于我使用的其中一个库,我正在尝试从mercurial存储库切换到git. 不幸的是,当我尝试使用新requirements.txt文件推送项目时,我得到了这个:

Obtaining django-storages from git+https://github.com/richleland/django-storages/#egg=django_storages (from -r requirements.txt (line 2))
  Directory /tmp/build_3lujzy9ddaetm/.heroku/src/django-storages already exists, and is not a git clone.
  The plan is to install the git repository https://github.com/richleland/django-storages/
What to do?  (i)gnore, (w)ipe, (b)ackup Exception:
Traceback (most recent call last):
...
EOFError: EOF when reading a line

强制它以push -f相同的消息结束。我该如何进行这项工作?

4

1 回答 1

1

Heroku 团队通过推送一个新的 Python buildpack 来修复它,并使用wipe这种冲突的默认值。

于 2012-10-04T11:04:39.180 回答