I cannot dowload 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?
if i try to switch a brench, it writes me (but i dont see any processes):
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks checkout Update/05-Olimpia --progress
fatal: Unable to create 'C:/Users/USER/Documents/i-am-future-lfs/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
Completed with errors, see above.
if i try to switch a brench, it writes me (but i dont see any processes):
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks checkout Update/05-Olimpia --progress
fatal: Unable to create 'C:/Users/USER/Documents/i-am-future-lfs/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
Completed with errors, see above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.