在安装git lfs v2.3.4forWindows,并允许我的repo使用lfs对我的所有.txt扩展名文件使用以下内容。
git lfs track "*.txt"git add .gitattributes*.txt filter=lfs diff=lfs merge=lfs -text里面当我尝试git add .,git commit -m "initial commit",然后最终得到git push时,我得到以下错误:
Remote "origin" does not support the LFS locking API. Consider disabling it with:
$ git config lfs.https://github.com/0xdec0de5/super_kali_wordlist.git/info/lfs.locksverify false运行以下代码后,git config lfs.locksverify false
我得到以下错误:
batch response: Git credentials for https://github.com/0xdec0de5/super_kali_wordlist.git not found.
error: failed to push some refs to 'https://github.com/0xdec0de5/super_kali_wordlist.git'任何帮助,以解决错误将不胜感激!
https://stackoverflow.com/questions/49033359
复制相似问题