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
It should be possible to install an older version of gitextensions as not every computer has dotnet 6 installed.
Additional context/output
The error message is:
WARN Given version (3.5.4.12724-65f01f399) does not match manifest (4.1.0.16698)
WARN Attempting to generate manifest for 'gitextensions' (3.5.4.12724-65f01f399)
Autoupdating gitextensions
Downloading GitExtensions-Portable-3.5.4.12724-65f01f399-$matchCommit.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/gitextensions/gitextensions/releases/download/v$matchTag/GitExtensions-Portable-3.5.4.12724-65f01f399-$matchCommit.zip is not valid
Could not install [email protected]
Select-CurrentVersion : Cannot bind argument to parameter 'AppName' because it is an empty string.
At C:\Development\Scoop\apps\scoop\current\lib\core.ps1:239 char:54
+ return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl ...
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Select-CurrentVersion], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Select-CurrentVersion
You cannot call a method on a null-valued expression.
At C:\Development\Scoop\apps\scoop\current\lib\manifest.ps1:36 char:5
+ $app = $app.TrimStart('/')
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Couldn't find manifest for ''.
Possible Solution
System details
Windows version: 10 (21H2)
OS architecture: 64-bit
PowerShell version: [output of "$($PSVersionTable.PSVersion)"] 5.1.19041.3031 Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
5.1.19041.3031
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
Gitextension version 4 require dotnet 6 which must be installed as admin and does not exist on the system.
So I try to install gitextension version 3.5.4, see also here:
https://github.com/gitextensions/gitextensions/releases/tag/v3.5.4
I tried many combinations:
Expected Behavior
It should be possible to install an older version of gitextensions as not every computer has dotnet 6 installed.
Additional context/output
The error message is:
Possible Solution
System details
Windows version: 10 (21H2)
OS architecture: 64-bit
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
] 5.1.19041.3031Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
The text was updated successfully, but these errors were encountered: