Hello,
I am at a loss on how to get around this issue. When pushing Deis
scala app it fails with the following error:
/=========================================/
# deis create test-scala Creating Application... done, created test-scala
Git remote deis successfully created for app test-scala.
# deis config:set DEIS_DISABLE_CACHE=1
Creating config... done
Creating config... done
# GIT_TRACE_PACKET=true git push deis master > push.log 2>&1
.....
.....
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
/=========================================/
I am running Deis on a single node machine - everything running locally.
I have already tried these combos with no success:
- git config --global http.postBuffer 1994288000 (probably doesn't apply as push is using ssh)
- git config receive.keepAlive 5
It seems like push is timing out - possibly due to large download that happens during scala build (?)
Any pointers greatly appreciated.
Thanks.