https://stackoverflow.com/questions/59282476/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocol-erro
git config --global http.version HTTP/1.1
git config --global http.postBuffer 1048576000
https://hirosht.medium.com/git-error-rpc-failed-curl-18-transfer-closed-with-outstanding-read-data-remaining-e021c3cd2e5b
Step 1: Shallow the clone : git clone <Repo Link> — depth 1
gh repo clone <Repo Link> -- --depth 1
Step 2: Navigate in the local repository folder
cd <repo folder>
Step 3: Enter fetch — unshallow
git fetch –unshallow
This entry was posted on 2025年1月5日 at 10:49 午後 and is filed under 未分類. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
コメントを残す