我使用SourceTree来提交我的代码,当使用终端将代码推送到远程时,它遇到了错误:
lushumingdeMacBook-Pro:xk-control lucien$ git push
Password authentication
Password:
Password:
Remote "origin" does not support the LFS locking API. Consider disabling it with:
$ git config 'lfs.https://192.168.1.117/xk-control.git/info/lfs.locksverify' false
Password:
Password:
^CKilled by signal 2.
所以我输入了
git config 'lfs.https://192.168.1.117/xk-control.git/info/lfs.locksverify' false
但它不起作用。
git服务器基于Gitblit
我猜SourceTree默认在repo上添加了一些关于LFS的配置
希望有人可以帮助我。