1

我尝试与 travis 和 openshift 进行持续集成。

特拉维斯日志

Total 387 (delta 202), reused 387 (delta 202)
error: Could not read f296a9effed3a7c3f86be451613e529c1818667b
fatal: revision walk setup failed
error: Could not read f296a9effed3a7c3f86be451613e529c1818667b
fatal: revision walk setup failed
remote: Stopping MongoDB cartridge[K
remote: Stopping Ruby cartridge[K
remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable SHELL was undefined[K
remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable USER was undefined[K
remote: [Wed Nov 06 16:24:47 2013] [warn] PassEnv variable LOGNAME was undefined[K
To ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/
 ! [remote rejected] master -> master (missing necessary objects)
error: failed to push some refs to 'ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/'

我的问题是:这个错误是什么意思或我做错了什么?

我试图重新创建 openshift 应用程序。并在我的.travis.yml文件中检查我的密码。

4

1 回答 1

0

我从本地 git 存储库中推送它git push -f openshift master

.git/配置

[remote "openshift"]
    url = ssh://527aafeb5973caf4e90007ca@audioblog-l33tname.rhcloud.com/~/git/audioblog.git/
    fetch = +refs/heads/*:refs/remotes/openshift/*

现在它再次部署,但我仍然对为什么会发生这种情况感兴趣。

于 2013-11-10T10:08:40.727 回答