关于Git GUI推送错误

时间:2016-01-12 10:47:01

标签: git git-gui git-lfs

我正在使用Windows Git GUI。当我尝试获取原点时,它向我显示了成功消息。

但是,当我尝试将某些内容推送到原点时,会显示以下错误消息:

Pushing to git@<local IP>:/home/git/.git/
This repository is configured for Git LFS but 'git-lfs' was not found on
your path. 

If you no longer wish to use Git LFS, remove this hook by deleting
.git/hooks/pre-push.

error: failed to push some refs to 'git@<local IP>:/home/git/.git/'
Error: Command Failed"

我无法找到.git/hooks/pre-push并将其删除。

如何解决此问题?

2 个答案:

答案 0 :(得分:1)

我确实在我的本地存储库中删除了.git / hooks / pre-push.sample,但它确实有效。

我还从远程存储库中删除了相同的文件

答案 1 :(得分:0)

您正在尝试使用:
https://git-lfs.github.com/

您的本地存储库找不到它。

此问题有一张开票:
你的路上找不到'git-lfs':
https://github.com/github/git-lfs/issues/853