Git大文件上传

git lft 提交时遇到错误:git

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便可:github

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

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

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

git config --global credential.helper store

经过存储认证的密码和帐号才解决ide

相关文章
相关标签/搜索