Here's my current problem:
cd
git clone https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging.git
Cloning into 'Klipper-Adaptive-Meshing-Purging'...
remote: Enumerating objects: 466, done.
remote: Counting objects: 100% (208/208), done.
remote: Compressing objects: 100% (54/54), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 959 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
That's doing better than some of the attempts. Only 959 bytes short I've had anywhere from 10,000 to 3000 bytes short on other attempts.
Is there a simple remedy for this.
One site said to clone some of the data into printer.cfg to lessen the load.
cd
git clone https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging.git
Cloning into 'Klipper-Adaptive-Meshing-Purging'...
remote: Enumerating objects: 466, done.
remote: Counting objects: 100% (208/208), done.
remote: Compressing objects: 100% (54/54), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 959 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: index-pack failed
That's doing better than some of the attempts. Only 959 bytes short I've had anywhere from 10,000 to 3000 bytes short on other attempts.
Is there a simple remedy for this.
One site said to clone some of the data into printer.cfg to lessen the load.