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/config

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

そして今、それは再び展開されますが、なぜこれが起こったのかまだ興味があります.

于 2013-11-10T10:08:40.727 に答える