Useful Commands
阅读量:
次
文章字数:
92字
阅读时长:
1分钟
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 |
文章作者: Alan Zeng
最后更新:
原始链接: https://alanzeng.com/blogs/49000/
版权说明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 4.0许可协议 。获得许可后,要求转载时注明文章出处和网站链接,谢谢!