Skip to content

Commit

Permalink
Update error.json (#168)
Browse files Browse the repository at this point in the history
* Update error.json

* Update error.json
  • Loading branch information
aAYUSHkujur committed May 26, 2023
1 parent fc63404 commit 4588f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@
"title":"error: RPC failed; curl transfer closed with outstanding read data remaining",
"description":"typically occurs when Git is unable to complete a network request, often due to a slow or unstable connection or Small HTTPS Buffer on Client machine",
"solutions":" increasing the Git buffer size and using a different network connection are two possible solutions that may help resolve the issue < git config http.postBuffer 524288000 < git config --global http.maxRequestBuffer 524288000 < git config --global core.compression 0"
},
{
"type": "commit",
"title": "Git nothing to commit",
"description": "The Git command line informs us that our local repository contains one more commit than our remote repository.",
"solutions": "git push"
}
]
}

1 comment on commit 4588f5c

@vercel
Copy link

@vercel vercel bot commented on 4588f5c May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.