You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will fail with ERROR Git is required for buckets. Run 'scoop install git' and try again.. Seems like scoop import should install git if needed, but not a big deal.
scoop install git
Now try again:
scoop import ./export.json
Will fail because manifests aren't found:
PS C:\Users\WDAGUtilityAccount> scoop import .\export.json
'cat_style' has been set to 'plain'
'aria2-warning-enabled' has been set to 'False'
'aria2-max-connection-per-server' has been set to '2'
'show_update_log' has been set to 'False'
'scoop_repo' has been set to 'https://github.com/ScoopInstaller/Scoop'
'scoop_branch' has been set to 'master'
Checking repo... OK
The extras bucket was added successfully.
WARN The 'main' bucket already exists. To add this bucket again, first remove it by running 'scoop bucket rm main'.
Couldn't find manifest for 'main/7zip --arch arm64'.
Couldn't find manifest for 'extras/age --arch arm64'.
Possible Solution
(n/a)
System details
Windows version: 11
OS architecture: 64bit
PowerShell version: 5.1.22000.832
Additional software: [(optional) e.g. ConEmu, Git]
Bug Report
Current Behavior
export from one machine, import on another, and it's not working properly.
Expected Behavior
Expect it to work.
Additional context/output
Export configuration using
scoop export --config | Out-File export.json
The exported configuration I used is at the bottom of this report.
Open Windows Sandbox to get a pristine Windows config (can use copy and paste of the file)
Copy export.json to Windows Sandbox
Open PowerShell (note that it runs as admin in Windows Sandbox).
Will fail with
ERROR Git is required for buckets. Run 'scoop install git' and try again.
. Seems like scoop import should install git if needed, but not a big deal.scoop install git
Now try again:
scoop import ./export.json
Will fail because manifests aren't found:
Possible Solution
(n/a)
System details
Windows version: 11
OS architecture: 64bit
PowerShell version: 5.1.22000.832
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
The text was updated successfully, but these errors were encountered: