DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

Recent error while trying to clone #184

Closed likeawindrammer closed 8 months ago

likeawindrammer commented 8 months ago

git clone https://github.com/DK22Pac/plugin-sdk.git Cloning into 'plugin-sdk'... remote: Enumerating objects: 19191, done. remote: Counting objects: 100% (3074/3074), done. remote: Compressing objects: 100% (1432/1432), done. error: RPC failed; curl 18 Transferred a partial file00 KiB/s error: 7989 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

This has been a consistent error that I started having yesterday

Cause The "Smart HTTP" protocol in Git uses "Transfer-Encoding: chunked" in POST requests when it contains packed objects greater than 1MB in size.

https://confluence.atlassian.com/bitbucketserverkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-779171796.html

likeawindrammer commented 8 months ago

Apparently I'm the only one having this issues, so closing as I think it's my internet connection. On the bright side cloning using ssh works just fine.