From: Johannes Schneider <mailings@cedarsoft.com>
To: git <git@vger.kernel.org>
Subject: Push to origin failed
Date: Tue, 19 Jan 2010 15:41:19 +0100 [thread overview]
Message-ID: <4B55C48F.2090005@cedarsoft.com> (raw)
Hi,
my Hudson isn't able to push master back to origin under some special
circumstances:
The git-push command failed.
Command output:
To ssh://git.cedarsoft.com/git/com.cedarsoft.open
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to
'ssh://git.cedarsoft.com/git/com.cedarsoft.open'
When I delete the .git directory and let Hudson do the same thing again,
everything works well.
Of course I have verified the obvious first:
git push
To ssh://git.cedarsoft.com/git/com.cedarsoft.open
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to
'ssh://git.cedarsoft.com/git/com.cedarsoft.open'
git log
commit 1e3d3d2c1a38cae75d60bbcd8bc739ed00597ad3
Author: Hudson <hudson@cedarsoft.com>
Date: Tue Jan 19 15:25:10 2010 +0100
[maven-release-plugin] prepare release open-2.0.6
commit 9b8b395a4f9f725aa82be61474835fd1f7d009a7
Author: Johannes Schneider <js@cedarsoft.com>
Date: Tue Jan 19 12:00:14 2010 +0100
license-plugin: added excludes
On my local computer, I have called "git pull" on master and then tried
git log with that result:
git log
commit 9b8b395a4f9f725aa82be61474835fd1f7d009a7
Author: Johannes Schneider <js@cedarsoft.com>
Date: Tue Jan 19 12:00:14 2010 +0100
license-plugin: added excludes
So I don't see any reason why the push failed. Any ideas? How can I
investigate this issue further?
Obviously I don't know enough about Git, so any hints are welcome...
Thanks,
Johannes
next reply other threads:[~2010-01-19 14:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-19 14:41 Johannes Schneider [this message]
2010-01-19 15:05 ` Push to origin failed Sverre Rabbelier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B55C48F.2090005@cedarsoft.com \
--to=mailings@cedarsoft.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).