Re: TI git rep for omap5-sgx-ddk-um-linux.git not available

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andreas,

> Am 20.10.2023 um 20:05 schrieb Andreas Kemnade <andreas@xxxxxxxxxxxx>:
> 
> Hi,
> 
> On Fri, 20 Oct 2023 19:09:17 +0200
> "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx> wrote:
> 
>> Hello,
>> 
>> I am experiencing problems trying to git clone or remote update
>> 
>> 	https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
>> 
>> 	Error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
>> 
> andi@aktux:~/epson$ git clone https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
> Cloning into 'omap5-sgx-ddk-um-linux'...
> remote: Enumerating objects: 3010, done.
> remote: Counting objects: 100% (489/489), done.
> remote: Compressing objects: 100% (310/310), done.
> remote: Total 3010 (delta 244), reused 305 (delta 132), pack-reused 2521
> Receiving objects: 100% (3010/3010), 157.51 MiB | 5.13 MiB/s, done.
> Resolving deltas: 100% (1926/1926), done.
> 
> seems to work here.

Thanks for testing!

Well, I was under the assumption that a fresh git clone would also not work.

It is strange. I can git clone. And then I can git remote update.
But I can't git remote update the existing repositiory.

Both have the same fetch/push paths:

iMac:master hns$ (cd /tmp/omap5-sgx-ddk-um-linux/; git remote -v)
origin	https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
origin	https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
iMac:master hns$ git remote -v | fgrep ti-sgx544-um
iMac:master hns$ 
ti-sgx544-um	https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
ti-sgx544-um	https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
iMac:master hns$
iMac:master hns$ LANG=C git remote -v update ti-sgx544-um
Fetching ti-sgx544-um
POST git-upload-pack (155 bytes)
POST git-upload-pack (gzip 2510 to 1184 bytes)
POST git-upload-pack (gzip 3310 to 1590 bytes)
POST git-upload-pack (gzip 4910 to 2399 bytes)
POST git-upload-pack (gzip 8110 to 3987 bytes)
POST git-upload-pack (gzip 14510 to 7223 bytes)
POST git-upload-pack (gzip 27310 to 13649 bytes)
POST git-upload-pack (gzip 52910 to 26557 bytes)
POST git-upload-pack (gzip 104110 to 51889 bytes)
POST git-upload-pack (gzip 206510 to 102496 bytes)
POST git-upload-pack (gzip 411310 to 203766 bytes)
POST git-upload-pack (gzip 820910 to 406391 bytes)
POST git-upload-pack (gzip 902810 to 446829 bytes)
POST git-upload-pack (chunked)
error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
fatal: expected 'acknowledgments'
error: could not fetch ti-sgx544-um
iMac:master hns$ 

So what is different with the repositories? One is empty while the other one already contains the Linux tree and more.

Therefore it seems to be that the local git index makes git (v2.42) send a request the server can't answer?

So I'll try to force git remote update fetch a fresh index (if that can be done).
Or look if I find how the local .git repo is broken.

BR and thanks,
Nikolaus



[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux