私が使用しているライブラリの 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
と、同じメッセージで終了します。どうすればこれを機能させることができますか?