如何设置bonobo git服务器lfs支持git-lfs?

时间:2018-05-04 08:22:18

标签: git bonobo

enter image description here

我在我的局域网服务器上创建了一个Bonobo git服务器。基本cmd"拉"或"推"没问题。但是当我试图跟踪大文件并将其推送到服务器时,它就失败了。以下是错误消息。我应该如何设置git服务器?

git -c diff.mnemonicprefix = false -c core.quotepath = false push -v --tags origin develop:develop git:' credential-wincerd'不是git命令。见' git --help'。 最相似的命令是     凭据wincred 赶到http://192.168.110.251/Git/GUI.git Git LFS :( 2个文件中的0个)0 B / 5.57 MB
批处理响应:未找到存储库或对象:http://192.168.110.251/Git/GUI.git/info/lfs/objects/batch 检查它是否存在以及您是否具有适当的访问权限 错误:未能将某些参考文献推送到http://192.168.110.251/Git/GUI.git' 完成但有错误,请参见上文。

1 个答案:

答案 0 :(得分:0)

似乎在你的一个git配置文件(也许是全局配置文件)中你有一个错字。

而不是输入

git config --global credential.helper wincred
你可能输入了

git config --global credential.helper wincerd

所以只需找到包含字符串“wincerd”的git配置文件并修复错误。