Hi there, I'm using Artifactory 4.7.6 and try to push a file to a Git LFS repository. Unfortunately this fails when doing the git push. Someone at Github suggested to only run the git hook for investigating the problem, which fails with the same issue:
echo "refs/heads/master 66e4deb6880b6cbed3a0956cb2279fed05168ebe refs/head/master 0000000000000000000000000000000000000000" | GIT_TRACE=2 GIT_CURL_VERBOSE=1 git lfs pre-push origin 16:30:49.740242 git.c:563 trace: exec: 'git-lfs' 'pre-push' 'origin' 16:30:49.740742 run-command.c:336 trace: run_command: 'git-lfs' 'pre-push' 'origin' trace git-lfs: run_command: git rev-list --objects 66e4deb6880b6cbed3a0956cb2279fed05168ebe --not --remotes=origin -- trace git-lfs: run_command: git cat-file --batch-check trace git-lfs: run_command: git cat-file --batch trace git-lfs: run_command: 'git' config -l trace git-lfs: tq: starting 3 transfer workers trace git-lfs: tq: running as batched queue, batch size of 100 trace git-lfs: tq: sending batch of size 1 trace git-lfs: api: batch 1 files trace git-lfs: HTTP: POST https://customserver.com/artifactory/api/lfs/demo-gitlfs/objects/batch > POST /artifactory/api/lfs/demo-gitlfs/objects/batch HTTP/1.1 > Host: customserver.com > Accept: application/vnd.git-lfs+json; charset=utf-8 > Content-Type: application/vnd.git-lfs+json; charset=utf-8 > User-Agent: git-lfs/1.2.0 (GitHub; windows amd64; go 1.6.1; git 386c5d8) > {"objects":[{"oid":"5c2ed4979b8cf8dcf9ff5b644574884d95fda2b2a4605274930a35e8b34fd5c6","size":349815}],"operation":"upload"}trace git-lfs: HTTP: 200 < HTTP/1.1 200 OK < Transfer-Encoding: chunked < Content-Type: application/vnd.git-lfs+json < Date: Thu, 26 May 2016 14:30:51 GMT < Server: Artifactory/4.7.6 < trace git-lfs: HTTP: { "objects" : [ { "oid" : "5c2ed4979b8cf8dcf9ff5b644574884d95fda2b2a4605274930a35e8b34fd5c6", "size" : -1 } ] } { "objects" : [ { "oid" : "5c2ed4979b8cf8dcf9ff5b644574884d95fda2b2a4605274930a35e8b34fd5c6", "size" : -1 } ] }trace git-lfs: HTTP: Git LFS: (0 of 1 files, 1 skipped) 0 B / 341.62 KB How do I find out, why the file is skipped? I'm using cygwin in Windows, it also fails for MinGW and when using SourceTree. Thanks for any help! All the best -Alex -- View this message in context: http://forums.jfrog.org/Git-LFS-files-not-getting-pushed-tp7581041.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
