Git 上传到BAE报错

来源:互联网 发布:淘宝寄错地址了怎么办 编辑:程序博客网 时间:2024/05/21 01:44


SSL certificate problem: unable to get local issuer certificate

Git Bash中执行以下命令,之后执行push就可以了

git config --global http.sslVerify false


使用git提交比较大的文件的时候可能会出现这个错误


error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

改一下git的传输字节限制


git config http.postBuffer  524288000



0 0
原创粉丝点击