Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] error while trying to push changes in *.b3aggrcon

I also have trouble pushing my contributions to Neon M1 (master branch of the simrel repo), but Mine are when I try to push through gerrit. Following is an excerpt of my command line, as you can see I even tried on a clean clone of the simrel. Any help appreciated!

lgoubet@PCLGOUBET /d/developpement/git
$ git clone ssh://lgoubet@xxxxxxxxxxxxxxx:29418/simrel/org.eclipse.simrel.build
 testSimrel
Cloning into 'testSimrel'...
Enter passphrase for key '/c/Users/lgoubet/.ssh/id_rsa':
remote: Counting objects: 177, done
remote: Finding sources: 100% (77/77)
Receiving objects: 97% (9226/9511), 1.88 MiB | 2remote: Total 9511 (delta 3), reused 9498 (del44.00
Receiving objects: 100% (9511/9511), 1.94 MiB | 252.00 KiB/s, done.
ta 3)
Resolving deltas: 100% (5951/5951), done.
Checking connectivity... done

lgoubet@PCLGOUBET /d/developpement/git
$ cd testSimrel

lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
$ git add .

lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
$ git commit -m 'Acceleo and EMF Compare contributions to Neon M1'
[master e0e09bf] Acceleo and EMF Compare contributions to Neon M1
 2 files changed, 12 insertions(+), 12 deletions(-)

lgoubet@PCLGOUBET /d/developpement/git/testSimrel (master)
$ git push origin HEAD:refs/for/master
Enter passphrase for key '/c/Users/lgoubet/.ssh/id_rsa':
To ssh://lgoubet@xxxxxxxxxxxxxxx:29418/simrel/org.eclipse.simrel.build
 ! [rejected]        HEAD -> refs/for/master (non-fast-forward)
error: failed to push some refs to 'ssh://lgoubet@xxxxxxxxxxxxxxx:29418/simrel/org.eclipse.simrel.bu
ild'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.



On 18/08/2015 12:13, Alexander Gurov wrote:
Hi all!

Is there anyone who knows what is the cause and what to do when such problem arises?

ssh://agurov@xxxxxxxxxxxxxxx/gitroot/simrel/org.eclipse.simrel.build.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit

Thank you in advance for your help!

P.S.
Pull works just fine.


begin:vcard
fn:Laurent Goubet
n:Goubet;Laurent
org:<a href="http://www.obeo.fr";>Obeo</a>
email;internet:laurent.goubet@xxxxxxx
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top