2

私が使用しているライブラリの 1 つで、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

wipeこの種の競合のデフォルトとして使用して、新しい Python ビルドパックをプッシュすることにより、Heroku チームによって修正されました。

于 2012-10-04T11:04:39.180 に答える