[Bug] Switching to new OS breaks Scoop update #5386
Replies: 8 comments 14 replies
-
What do you mean by "Switching to new OS"? |
Beta Was this translation helpful? Give feedback.
-
Did you check the file permissions? If you changed to a new installed Windows it might not have write permissions. |
Beta Was this translation helpful? Give feedback.
-
Scoop config is located in What is the output of: gci D:\scoop\buckets | % { $_.Name; pushd $_.FullName; git remote -v; popd } Should look like this: PS C:\Users\r15ch13> gci ~\scoop\buckets | % { $_.Name; pushd $_; git remote -v; popd }
extras
origin https://github.com/ScoopInstaller/Extras (fetch)
origin https://github.com/ScoopInstaller/Extras (push)
main
origin https://github.com/ScoopInstaller/Main (fetch)
origin https://github.com/ScoopInstaller/Main (push)
<snip> |
Beta Was this translation helpful? Give feedback.
-
Btw this is the scoop's config.json
|
Beta Was this translation helpful? Give feedback.
-
Forgot to post the output:
How should look |
Beta Was this translation helpful? Give feedback.
-
Ok, but just for the record I must say two things:
Anyway, with your version:
|
Beta Was this translation helpful? Give feedback.
-
Just wanted to add the following: I have so many buckets I was reticent to rm & re-add them all. The issue in my case was that I installed scoop and all the buckets as an admin, but then changed my default terminal profile to a non-admin pwsh, causing the ownership issues in my case. |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #4879 (comment) where I have analysed the cause and offered a workaround script |
Beta Was this translation helpful? Give feedback.
-
Bug Report
Switching to new OS
Current Behavior
scoop update
outputs this:And similar for each bucket/app
Expected Behavior
Normally user doesn't expect this to manually fix the package manager
System details
Windows version: [10]
OS architecture: 64bit
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
]Scoop Configuration
If you say where is ~/.config/scoop/config.json in Win 10 I'll post it
Beta Was this translation helpful? Give feedback.
All reactions