[coreboot] Unable to fetch from git server: `fatal: protocol error: bad pack header`
Paul Menzel
paulepanter at users.sourceforge.net
Tue Sep 26 08:50:01 CEST 2017
Dear Shaunak,
First, please just send plain text messages to mailing lists.
Am Montag, den 25.09.2017, 19:36 -0700 schrieb shaunak saha:
> I started seeing this issue today and was unable to fetch commits from
> coreboot server.
Please also provide the output of `LANG=C git fetch -vv origin`.
> Any solution to this problem? Do i need to check anything
> on my local ssh configs?
If you do not want to “re-clone”, then do the following as a workaround
to get the problematic commit crashing the server.
```
$ git clone https://review.coreboot.org/coreboot.git /tmp/coreboot
$ cd /your/problematic/coreboot/tree
$ git remote add local-rep /tmp/coreboot
$ git fetch local-rep
$ git remote delete local-rep
```
No everything should work again.
Thanks,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20170926/8e180951/attachment.asc>
More information about the coreboot
mailing list