Railsアプリをherokuにプッシュしようとしています。最初にherokuアカウントを作成してから、コマンドプロンプトで
- git初期化
- git add .
- git commit -m "init"
- herokuにログインしてsshをプッシュ
- heroku create mycvdemo
- git push heroku マスター
C:\Sites\mycv>git push heroku master
Counting objects: 253, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (228/228), done.
Writing objects: 8% (21/253), 208.00 KiB | 3 KiB/s
しかし、私はこのエラーが発生しています:
C:\Sites\mycv>git push heroku master
Counting objects: 253, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (228/228), done.
Write failed: The connection was abortediB | 3 KiB/s
fatal: sha1 file '<stdout>' write error: Invalid argument
error: failed to push some refs to 'git@heroku.com:mycvdemo.git'
オブジェクトを 8% 書き込むと、常にこのエラーが発生します。