RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

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

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください