Using Azure pipelines to checkout the code from a git-lfs enabled github enterprise repo. But Keep getting errors. I have tried usinggit lfs push --all, still does not resolves these errors. Any hint how to resolve these would be very helpful. (We are tracking*.tsxand*.jsonfiles.) Her...
I am trying to pull lfs files from a private repo that my robotics team created, but I keep getting this error: batch response: Not Found 0% (0/1), 0 B | 0 B/s error: failed to fetch some objects from 'directory name here' I'm running Wi...
The output is now slightly different, but I still get the same error: $ git push, origin main |& cat batch request: sh: 1: git-lfs-authenticate: not found: exit status 127 error:, ).: exit status 255 error: failed to fetch some objects from 'https://github.com/***/***.git/...
gitlab_rails['lfs_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/lfs-objects" gitlab_rails['lfs_object_store_enabled'] = false gitlab_rails['lfs_object_store_direct_upload'] = false gitlab_rails['lfs_object_store_background_upload'] = true gitlab_rails['lfs_object_store_pro...
[/var/opt/gitlab/gitlab-rails/shared/lfs-objects] action create * ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/lfs-objects] action run (skipped due to not_if) (up to date) * storage_directory[/var/opt/gitlab/gitlab-rails/shared/packages] action create * ruby_...
I have recently started tracking some large files using git-lfs. This was an existing repository so I had to use the migrate functionality to re-write local history. https://github.com/git-lfs/git-lfs/blob/master/docs/man/git-lfs-migrate...
error: failed to fetch some objects from 'https://github.com/swri-robotics/Neighborhood.git/info/lfs' Contributor pjreed commented May 25, 2020 Oops, it does look like the repository ran over its data quota. I've added more to it, so try doing git lfs pull again and see if that ...
Summary Docker install Upgrading from 12.9.3 to 12.10.1 fails with an error related to the upgrade of postgres to...
I've encountered the same error while trying to mirror a fairly large repository: $ git clone --mirror https://git.typo3.org/Packages/TYPO3.CMS.git$ cd TYPO3.CMS.git$ git remote add mirror git@our-own-gitlab:mirror/TYPO3.CMS.git$ git push mirror --mirrorCounting objects: 534485, ...
$ git push origin refs/heads/test-push --verbose Pushing to https://github.com/*/TestLfs.git Uploading LFS objects: 100% (1/1), 1.1 MB | 143 KB/s, done. <--- LFS push Enumerating objects: 6, done. Delta compression using up to 4 threads Total 4 (delta 2), reused 0 (delta...