Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation *seems* to be ok, but many things don't work #83

Open
rapkin61 opened this issue Apr 17, 2024 · 0 comments
Open

installation *seems* to be ok, but many things don't work #83

rapkin61 opened this issue Apr 17, 2024 · 0 comments

Comments

@rapkin61
Copy link

Description

.\install_scoop.ps1 -ScoopDir 'C:\Applications\Scoop' -ScoopGlobalDir 'C:\Applications\GlobalScoopApps'
Initializing...
Downloading...
Extracting...
Creating shim...
Scoop was installed successfully!
Type 'scoop help' for instructions.

scoop help
Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

  • ... tem "$PSScriptRoot..\libexec") + (Get-ChildItem "$scoopdir\shims") |
  •                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\shims:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Usage: scoop []

Available commands are listed below.

Type 'scoop help ' to get more help for a specific command.
Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

  • ... tem "$PSScriptRoot..\libexec") + (Get-ChildItem "$scoopdir\shims") |
  •                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\shims:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Command Summary


alias Manage scoop aliases
bucket Manage Scoop buckets
....

scoop update
Scoop uses Git to update itself. Run 'scoop install git' and try again.

scoop install git
Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

  • $bucketNames = (Get-ChildItem -Path $bucketsdir -Directory).Name
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\buckets:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist.
In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

  • $bucketNames = (Get-ChildItem -Path $bucketsdir -Directory).Name
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Program Files\buckets:String) [Get-ChildItem], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Couldn't find manifest for 'git'.

scoop bucket add main
ERROR Git is required for buckets. Run 'scoop install git' and try again.
scoop bucket add extras
ERROR Git is required for buckets. Run 'scoop install git' and try again.

Installation Logs

PowerShell Context

Name Value


PSVersion 5.1.19041.4291
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.4291
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Additional Information

Possible Solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant