I've been trying to download the raspberry pi fork of libcamera as described here: https://www.raspberrypi.com/documentati ... picam-apps. Both git and gh have not worked:
Has something broken in the repository or am I doing something wrong?
Code:
user0@pi5:~/projects/snap $ git clone https://github.com/raspberrypi/libcamera.gitCloning into 'libcamera'...remote: Enumerating objects: 41565, done.remote: Counting objects: 100% (8455/8455), done.remote: Compressing objects: 100% (2094/2094), done.error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)error: 6599 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideband packetfatal: early EOFfatal: fetch-pack: invalid index-pack outputuser0@pi5:~/projects/snap $ gh repo clone raspberrypi/libcameraCloning into 'libcamera'...remote: Enumerating objects: 41565, done.remote: Counting objects: 100% (8455/8455), done.remote: Compressing objects: 100% (2091/2091), done.error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.error: 5545 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideband packetfatal: early EOFfatal: fetch-pack: invalid index-pack outputfailed to run git: exit status 128
Statistics: Posted by nickoppen — Mon Jun 03, 2024 6:22 am