I cannot dowloand the content in SOurceTree
(The history is not updating)
Here is what happens:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks lfs pull
Error updating the Git index:
Errors logged to 'C:\Users\USER\Documents\i-am-future-lfs\.git\lfs\logs\20240602T022110.1823499.log'.
Use `git lfs logs last` to view the log.
Completed successfully.
in log file
git-lfs/3.3.0 (GitHub; windows amd64; go 1.19.3; git 77deabdf)
git version 2.41.0.windows.3
$ git-lfs pull
Error updating the Git index:
exit status 128
Current time in UTC:
2024-06-01 17:21:10
Environment:
LocalWorkingDir=C:\Users\USER\Documents\i-am-future-lfs
LocalGitDir=C:\Users\USER\Documents\i-am-future-lfs\.git
LocalGitStorageDir=C:\Users\USER\Documents\i-am-future-lfs\.git
LocalMediaDir=C:\Users\USER\Documents\i-am-future-lfs\.git\lfs\objects
LocalReferenceDirs=
TempDir=C:\Users\USER\Documents\i-am-future-lfs\.git\lfs\tmp
ConcurrentTransfers=8
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
LfsStorageDir=C:\Users\USER\Documents\i-am-future-lfs\.git\lfs
AccessDownload=basic
AccessUpload=basic
DownloadTransfers=basic,lfs-standalone-file,ssh
UploadTransfers=basic,lfs-standalone-file,ssh
GIT_CONFIG_PARAMETERS='color.branch'='false' 'color.diff'='false' 'color.status'='false' 'diff.mnemonicprefix'='false' 'core.quotepath'='false'
GIT_EXEC_PATH=C:/Program Files/Git/mingw64/libexec/git-core
GIT_OPTIONAL_LOCKS=0
GIT_PAGER=cat
Client IP addresses:
fe80::e1eb:dc0b:5f49:8c29 192.168.43.244
how can I fix this?
128 is a generic error code, it could be a ssh key issue, like it was removed/revoked. Make a new one and add it to your GitHub account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.