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

On Tue, Aug 18, 2015 at 6:01 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
On Tue, Aug 18, 2015 at 5:31 PM, Laurent Goubet <laurent.goubet@xxxxxxx> wrote:
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.

try to push verbosely, maybe this gives some hints
 
$ git push -v origin HEAD:refs/for/master

there's a branch refs/for/master in the server side repository which is probably confusing git
when you are trying to push to Gerrit. 

See
 


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


this can happen if the file system permissions on the server side aren't allowing to write git objects to disk
 
Thank you in advance for your help!

P.S.
Pull works just fine.



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top