LINUX.ORG.RU
ФорумAdmin

git-lfs не могу запушить бинарные файлы на сервер

 


0

2

Всем привет!

Собственно, сабж.

$ git push origin master
Git LFS: (0 of 1 files) 0 B / 3.65 MB
batch response: Repository or object not found: https://10.72.14.144/test1.git/info/lfs/objects/batch
Check that it exists and that you have proper access to it
error: failed to push some refs to 'https://git@10.72.14.144/test1.git'

Эта директория на сервере (test1.git/info/lfs) действительно не создается. Зато создается test1.git/lfs и в ней нет objects/batch. batch вообще нигде нет.

Server config:

$ git config --list
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
core.repositoryformatversion=0
core.filemode=true
core.bare=true
core.logallrefupdates=true

Client config:

$ git config --list
core.symlinks=false
core.autocrlf=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=user name
user.email=email@mail.com
http.https://10.72.14.144/.sslcainfo=C:/Users/user-name/certs/10.72.14.144.cer
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
core.hidedotfiles=dotGitOnly
remote.origin.url=https://git@10.72.14.144/test1.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
http.sslverify=false
lfs.https://git@10.72.14.144/test1.git/info/lfs.locksverify=false
lfs.url=https://10.72.14.144/test1.git/info/lfs
lfs.https://10.72.14.144/test1.git/info/lfs.locksverify=false

Git LFS стоит совместно с Kallithea

★★

Последнее исправление: aido (всего исправлений: 3)

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.