git lft 提交时遇到错误:git
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
git config --global credential.helper store
经过存储认证的密码和帐号才解决ide