How to Clone zotero-connector repository?

Hello,

I want to clone zotero-connectors repository but i have the below error:

Cloning into 'zotero-connectors'...
remote: Enumerating objects: 9114, done.
remote: Counting objects: 100% (918/918), done.
remote: Compressing objects: 100% (314/314), done.
error: RPC failed; result=18, HTTP code = 200B | 292.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

How can i fix it ?
  • This has nothing to do with Zotero. It's a libcurl error.
    CURLE_PARTIAL_FILE (18)

    A file transfer was shorter or larger than expected. This happens when the server first reports an expected transfer size, and then delivers data that does not match the previously given size.
    You can search on internet for this error to find solutions.
  • I searched on internet for this error and do some changes in git config and update libcurl, ca certificate, git version packages and etc... but the bug not fixed. All changes was helped from these links

    https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining
    https://stackoverflow.com/questions/15176526/git-cygwin-silent-failure

    I want to clone Zotero-connectors by Cygwin in Windows

    can anyone help me to resolve that ....

  • edited December 12, 2023
    Can you clone other repos? Edit: It's very much recommended using git bash instead of cygwin for this on Windows
  • edited December 12, 2023
    Yes, I tried on git bash and it occurred again.

    /src/zotero/resource/SingleFile'...
    error: 6660 bytes of body are still expected
    fetch-pack: unexpected disconnect while reading sideband packet
    fatal: early EOF
    fatal: fetch-pack: invalid index-pack output
  • dstillman Zotero Team
    edited December 14, 2023
    It's very likely just an issue with your internet connection. Try from a different network or from a VPN if you can. Nothing to do with Zotero specifically, in any case — this is just a GitHub repo.
Sign In or Register to comment.