-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Uploading infinitly but stuck at 0% #5890
Copy link
Copy link
Open
Description
Describe the bug
I have a git lfs repository hosted on gitlab, it has some things already in (including LFS files).
I've done some change locally, committed them (this removed 2 LFS files and added 2 different ones).
Each old and new files are between 1GB and 2GB in size.
When i do git lfs push origin master, git-lfs uploads steadily but stays stuck at 0% for some reason:
Uploading LFS objects: 0% (0/2), 5.1GB | 2.2 MB/s
Going above 5GB uploaded and still haven't finished uploading at least one object i had to Ctrl-C the job at some point as i don't think it would have finished.
System environment
OS: macOS 15.0.1
Arch: arm64
Output of git lfs env
git-lfs/3.5.1 (GitHub; darwin arm64; go 1.22.1)
git version 2.39.5 (Apple Git-154)
Endpoint=https://gitlab.com/kit-ty-kate/qemu-base-images.git/info/lfs (auth=none)
SSH=git@gitlab.com:kit-ty-kate/qemu-base-images.git
LocalWorkingDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images
LocalGitDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images/.git
LocalGitStorageDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images/.git
LocalMediaDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images/.git/lfs/objects
LocalReferenceDirs=
TempDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images/.git/lfs/tmp
ConcurrentTransfers=8
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneVerifyUnreachableAlways=false
PruneRemoteName=origin
LfsStorageDir=/Users/kit_ty_kate/opam-release-artefacts/qemu-base-images/.git/lfs
AccessDownload=none
AccessUpload=none
DownloadTransfers=basic,lfs-standalone-file,ssh
UploadTransfers=basic,lfs-standalone-file,ssh
GIT_EXEC_PATH=/Library/Developer/CommandLineTools/usr/libexec/git-core
git config filter.lfs.process = "git-lfs filter-process"
git config filter.lfs.smudge = "git-lfs smudge -- %f"
git config filter.lfs.clean = "git-lfs clean -- %f"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels