通常、コミットやpush
他のリモートリポジトリ(Githubなど)へのコミットを行うことができますが、試してみると次のgit push heroku master
エラーが発生します。
error: inflate: data stream error (incorrect data check)
fatal: loose object ae1711b15b2793ae756797eebdfafc051d52a215 (stored in .git/objects/ae/1711b15b2793ae756797eebdfafc051d52a215) is corrupt
を実行するgit fsck --no-dangling
と、同じメッセージが表示されます。
これらはherokuリモートです:
heroku git@heroku.com:fppis.git (fetch)
heroku git@heroku.com:fppis.git (push)