[Letux-kernel] kernel git
H. Nikolaus Schaller
hns at goldelico.com
Thu Apr 28 08:16:34 CEST 2016
Hi Andreas,
> Am 28.04.2016 um 06:58 schrieb H. Nikolaus Schaller <hns at goldelico.com>:
>
>
>> Am 27.04.2016 um 23:00 schrieb Andreas Kemnade <andreas at kemnade.info>:
>>
>> Hi,
>>
>> On Wed, 2016-04-27 at 20:03 +0200, H. Nikolaus Schaller wrote:
>>> Hi,
>>>
>>>> Am 27.04.2016 um 19:32 schrieb Andreas Kemnade <andreas at kemnade.info>:
>>>>
>>>> Hi,
>>>>
>>>> I have problems accessing the goldelico kernel git
>>>> git://git.goldelico.com/gta04-kernel.git
>>>> does not work the netstat -t
>>>> just shows SYN_SENT
>>>
>>> Ok, I have recently enhanced the firewall and enforced more access policies and that may have closed the git protocol port.
>>> Or the git server is no longer started automatically.
>>>
>>>>
>>>> http://git.goldelico.com/gta04-kernel.git
>>>>
>>>> doesn't work too.
>>>
>>> Hm. I see the files if I click into the link in this e-mail.
>>>
>> That must be something else, cloning works here.
>>
>> $ git fetch origin
>> error: Unable to find c15d320d561aba2eae0869c227989f05f21297db under
>> http://git.goldelico.com/gta04-kernel.git
>> Cannot obtain needed tree c15d320d561aba2eae0869c227989f05f21297db
>> while processing commit 2ff45d7122156f63a531cecd411753b5d97f5ead.
>> error: fetch failed.
>
> Ok, I will check. Look like we have lost a file?
It is really strange. I did run a git fsck on the server's repo and besides dangling commits
(and the usual "expected 'tagger' line") there was no error reported.
I can git show 2ff45d7122156f63a531cecd411753b5d97f5ead. And
git cat-file -t c15d320d561aba2eae0869c227989f05f21297db tells me that it is
a "tree" object and -p lists the contents.
So they exist and are fine on the server.
Can you please try
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git fetch origin
(or similar) to see if it is a local or a remote issue?
>
> Can you please compare to
>
> https://github.com/goldelico/gta04-kernel.git
>
> which should be a git push --mirror
>
> Thanks,
> NIkolaus
BR,
Nikolaus
More information about the Letux-kernel
mailing list