JetBrains / guide

The JetBrains Guide is a collection of resources for learning JetBrains IDEs.
https://www.jetbrains.com/guide
Other
26 stars 12 forks source link

problem cloning project #16

Open ladybug opened 1 week ago

ladybug commented 1 week ago

this is all I did: git clone https://github.com/JetBrains/guide.git

Cloning into 'guide'... remote: Enumerating objects: 44036, done. remote: Counting objects: 100% (5772/5772), done. remote: Compressing objects: 100% (4067/4067), done. error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 455 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

pauleveritt commented 6 days ago

Hi Cindy, sorry you're having trouble. We just tried and it worked ok. Maybe it's a network issue?

Or maybe increase the buffer size: git config --global http.postBuffer 524288000

pauleveritt commented 5 days ago

Hmm, something is up either with your Git client or GitHub. Maybe try downloading the archive file?

—Paul

On Oct 18, 2024, at 6:13 PM, Cindy Turpin @.***> wrote:

this is all I did: git clone https://github.com/JetBrains/guide.git Cloning into 'guide'... remote: Enumerating objects: 44036, done. remote: Counting objects: 100% (5772/5772), done. remote: Compressing objects: 100% (4067/4067), done. error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 455 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>