【发布时间】:2016-07-16 21:59:31
【问题描述】:
我最近尝试使用 Wildfly 9.0 和 MongoDb catridges 将 Java 应用程序从 Netbeans 8.0、Git 1.9.1、Ubuntu 14.04 部署到 openshift。该应用程序已成功部署并托管在 Openshift 上。但是我不得不对代码进行一些更改,然后推送到 openshift 服务器。这样做时,我遇到了这个错误:
Pushing to ssh://57735e6c89f5cf85a700002f@firstapp-emsproj.rhcloud.com/~/git/firstapp.git/
Counting objects: 124, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (70/70), done.
Writing objects: 72% (66/91), 5.72 MiB | 12.00 KiB/s
Write failed: Broken pipe/91), 608.00 KiB | 397.00 KiB/s
fatal: The remote end hung up unexpectedly
error: pack-objects died of signal 13
error: failed to push some refs to 'ssh://57735e6c89f5cf85a700002f@firstapp-emsproj.rhcloud.com/~/git/firstapp.git/'
有什么想法可能是错的吗?为什么写入对象进程停止在 72%。我曾尝试从 netbeans 推送,但它会引发超时错误。
【问题讨论】:
标签: git openshift netbeans-8 openshift-client-tools