update failed. #6443
Answered
by
niheaven
GotFlojo
asked this question in
Help and Questions
update failed.
#6443
-
Hi, scoop stopped updating itself and apps without any further error message. > scoop update -a
Updating Scoop...
Update failed. Networking works just fine. > scoop --version
Current Scoop version:
ebd8c036 (HEAD -> master, tag: v0.5.3) chore(release): Bump to version 0.5.3 (#6257)
'main' bucket:
6c46ca28a (HEAD -> master) uv: Update to version 0.8.9
'extras' bucket:
2d4a077fa0 (HEAD -> master, origin/master, origin/HEAD) FreeTube: Fix bucket file (#15968) > scoop config
last_update scoop_branch scoop_repo
----------- ------------ ----------
12.08.2025 08:57:53 master https://github.com/ScoopInstaller/Scoop
> scoop checkup
WARN LongPaths support is not enabled.
You can enable it by running:
sudo Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
(Requires 'sudo' command. Run 'scoop install sudo' if you don't have it.)
WARN Windows Developer Mode is not enabled. Operations relevant to symlinks may fail without proper rights.
You may read more about the symlinks support here:
https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/
WARN Found 2 potential problems. > git --version
git version 2.50.1.windows.1 OS: Win10 Pro |
Beta Was this translation helpful? Give feedback.
Answered by
niheaven
Aug 14, 2025
Replies: 1 comment 2 replies
-
Aha, sorry, that's a tag conflict error. Please run |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GotFlojo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aha, sorry, that's a tag conflict error. Please run
git tag v0.5.3 -d
in your scoop dir (scoop\apps\scoop\current
) and then runscoop update
again.