Как синхронизировать файлы, хранящиеся в git-приложении, с gitlab.com и с него
Я пытаюсь использовать git-annex
с Gitlab.com, но я получаю сообщение об ошибке при попытке синхронизировать мои прилагаемые файлы:
git application sync --content
(merging origin/git-annex into git-annex...)
(recording state in git...)
GitLab: API is not accessible
Remote origin does not have git-annex installed; setting annex-ignore
This could be a problem with the git-annex installation on the remote. Please make sure that git-annex-shell is available in PATH when you ssh into the remote. Once you have fixed the git-annex installation, run: git config remote.origin.annex-ignore false
commit (recording state in git...)
ok
pull origin
ok
pull origin
ok
push origin
Что я мог делать не так?
Я использую последнюю версию приложения git (5/05/2015).