打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
git文件太大上传不了解决办法

 git命令行

git提交失败的解决办法
1 提交后提示
fatal: recursion detected in die handler
问题原因:
问题原因是http.postBuffer默认上限为1M所致。在git的配置里将http.postBuffer变量改大一些即可,比如将上限设为500M:
git config --global http.postBuffer 524288000

在哪里执行以上命令呢?
打开git bash命令行工具。
注意要加上--global。网上很多资料都没加这个参数。不加执行的话会报以下错误的:

error:could not lock config file .git/config: no such file or directory.

使用TortoiseGit

右键TortoiseGit--settings--Git--Edit systemwide gitconfig--把postBuffer的值修改为524288000


git ssh失效解决办法

报错信息

git.exe clone --progress -v "https://git.duapp.com/appiddfged879rf" "F:\bae\yelp"

Cloning into 'F:\bae\yelp'...
fatal: unable to access 'https://git.duapp.com/appiddfged879rf/': SSL certificate problem: unable to get local issuer certificate


最简单的解决方法是执行下面的命令,然后重新执行 git clone 命令:
  git config --global http.sslVerify false


本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
使用Git clone代码失败的解决方法
Git-git提交报错error:RPC failed
大容量git代码库难以clone的断点续传方法
git&gerrit学习
Windows下php安装mcrypt扩展问题
git clone速度太慢的解决办法
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服