首页 > Web开发 > 详细

Git大文件上传

时间:2019-03-01 19:50:07      阅读:326      评论:0      收藏:0      [点我收藏+]

git lft 提交时遇到错误:

Remote “origin” does not support the LFS locking API. Consider disabling it with

    git push -u origin master
    Remote "origin" does not support the LFS locking API. Consider disabling it with:
        $ git config lfs.https://github.com/garsonlab/lfs.locksverify false

解决方法直接按照上方提示,将LFS locking设置为false即可:

    git config lfs.https://github.com/garsonlab/lfs.locksverify false

解决之后,紧接着又会有另一个错误:

batch response: Git credentials for https://github.com/garsonlab/***.git not found:
解决方式:

git config --global credential.helper store

通过存储认证的密码和账号才解决

Git大文件上传

原文:https://www.cnblogs.com/garsonlab/p/10458172.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!