找不到LFS对象

时间:2017-10-28 03:31:59

标签: git clone atlassian-sourcetree git-lfs

我打算在我的存储库中的Sourcetree上克隆一个容量超过18GB的项目,但是它运行不正常并且出现了关于GIT-LFS的错误。

实际上,当我多次尝试克隆回购时,它的效果很好,但是在我做了一些我不知道的事情之后它还没有工作。

这是来自Sourcetree的日志克隆时。

git-lfs/2.2.1 (GitHub; windows 386; go 1.8.3; git 621d1f82)
git version 2.14.1.windows.1

$ git-lfs.exe filter-process
Error downloading object: SVN/The game/PSDS/Characters/Brother/BrotherRight/BrotherRight07.png (3769b03): Smudge error: Error downloading SVN/The game/PSDS/Characters/Brother/BrotherRight/BrotherRight07.png (3769b034529a54d533b0f8658b1effafef66c9855b38a337040ba953b98c8513): [3769b034529a54d533b0f8658b1effafef66c9855b38a337040ba953b98c8513] LFS object not found: [404] LFS object not found

[404] LFS object not found
github.com/git-lfs/git-lfs/errors.newWrappedError
	C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: [3769b034529a54d533b0f8658b1effafef66c9855b38a337040ba953b98c8513] LFS object not found
github.com/git-lfs/git-lfs/errors.newWrappedError
	C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: Error downloading SVN/The game/PSDS/Characters/Brother/BrotherRight/BrotherRight07.png (3769b034529a54d533b0f8658b1effafef66c9855b38a337040ba953b98c8513)
github.com/git-lfs/git-lfs/errors.newWrappedError
	C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: Smudge error

ENV:
LocalWorkingDir=F:\The game
LocalGitDir=F:\The game\.git
LocalGitStorageDir=F:\The game\.git
LocalMediaDir=F:\The game\.git\lfs\objects
LocalReferenceDir=
TempDir=F:\The game\.git\lfs\tmp
ConcurrentTransfers=3
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
AccessDownload=basic
AccessUpload=basic
DownloadTransfers=basic
UploadTransfers=basic
GIT_CONFIG_PARAMETERS='filter.lfs.smudge=' 'filter.lfs.required=false' 'color.branch=false' 'color.diff=false' 'color.status=false' 'diff.mnemonicprefix=false' 'core.quotepath=false'
GIT_DIR=.git
GIT_LFS_PATH=C:\Program Files\Git LFS
GIT_PAGER=cat

我真的需要帮助..

0 个答案:

没有答案