None
closed
Rui Ferreira
2014-04-16
2014-04-16
Dylan conway
No
0 up votes | 0 down votes | 0%
4 comments

While attempting to migrate code to our project here I have run into several problems with a few of the repos I've created.

I keep getting unpack errors and RPC failures with results of 18 and 52. I've tried creating new git repos locally and adding the remote but it has the same result. I've tried new local repos and commit just one file and it hasn't worked. I've recreated the trouble repos on here with different mount points thinking that might be the problem but that hasn't worked either.

Any help would be appreciated.

Examples of failures.

https://opensourceprojects.eu/p/openi/c60b/ad4e/notification/
$ git push origin master
Password for 'https://dconway@opensourceprojects.eu':
Counting objects: 98, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (47/47), done.
Writing objects: 100% (98/98), 24.31 KiB | 0 bytes/s, done.
Total 98 (delta 46), reused 98 (delta 46)
error: unpack failed: unpack-objects abnormal exit
error: RPC failed; result=18, HTTP code = 200
Everything up-to-date

https://opensourceprojects.eu/p/openi/wp5/wp5/
$ git push origin master
Password for 'https://dconway@opensourceprojects.eu':
Counting objects: 15, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (15/15), 47.95 KiB | 0 bytes/s, done.
Total 15 (delta 2), reused 15 (delta 2)
efrror: RPC failed; result=52, HTTP code = 0
atal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

Discussion

  • Rui Ferreira
    Rui Ferreira
    2014-04-16

    • labels: git --> git, critical
    • status: open --> accepted
    • assigned_to: Rui Ferreira
     
  • Rui Ferreira
    Rui Ferreira
    2014-04-16

    Hi, thanks for reporting this

    I can confirm the issue, and it seems to be the same problem as reported earlier in [#124].

    The issue should now be fixed, can you check again please.

     

    Related

    Ticket: #124

  • Dylan conway
    Dylan conway
    2014-04-16

    Hello,

    Thanks for the speedy reply.

    Yes that's all working perfectly now and git pushes are working like a charm.

     
  • Rui Ferreira
    Rui Ferreira
    2014-04-16

    • status: accepted --> closed
     
  • Rui Ferreira
    Rui Ferreira
    2014-04-16

    Good to know. A closer inspection of the issue reveals that only the repositories from the openi project were affected.

    I'm closing this issue then.