git clone command failed with error: error: RPC failed; curl 18 transfer closed with outstanding read data remaining #144991
Replies: 1 comment
-
Hey there! 👋 Thanks for posting in the GitHub Community, @santhoshsntx ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
General
GitHub Feature Area
GHAS
Body
Git clone command started failing suddenly with error: error: RPC failed; curl 18 transfer closed with outstanding read data remaining. I did set the buffersize as below:
git config --global http.postBuffer 524288000
But still it's failing.. Please assist.
Beta Was this translation helpful? Give feedback.
All reactions