我有两个远程存储库.一个是私人(Bitbucket),另一个是公共(
Github).我一直在使用
Github应用程序将更改推送到Bitbucket,然后使用Xcode将相同的提交推送到Github repo.但是,最近我无法推送到Github的提交并使用SourceTree我收到此错误消息:
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.
这是它在SourceTree中的外观:
我怎样才能让我的Github回购接受最近的提交?