Git
When you are using Git, you may encounter some problems. Here are some useful commands to help you solve them.
- Set the postBuffer size to 500MB
When meeting:
1 | error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 |
You can set the postBuffer size to 500MB:
1 | git config http.postBuffer 524288000 |