Git错误日志记录

1. unable to rewind Remote Procedure Call post data - try increasing http.postBuffer

原因:一次提交量过大 需要增大postBuffer
解决:

git config --global http.postBuffer 你所需要的量

参考:https://www.cnblogs.com/laogaoyang/p/6071560.html

2.RPC failed; curl 55 The requested URL returned error: 401

原因:无权限
解决:1.加入ssh密钥,2.第一次无master 所以用 :

git push -u origin --all

而不是用:

git push -u origin master

可能是我还没创建分支导致?

3 warning: You appear to have cloned an empty repository.

git 仓库得在空文件下创建

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容