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

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
coreboot mailing list: coreboot@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot

Reply via email to