Closed Nucleus-MFelettigh closed 4 months ago
I did try to reproduce this on a Windows 11 (Home though). I haven't been able to replicate this.
Could you try running gefyra.exe self restore
?
yes gefyra.exe self restore
works thanks :) .
Do you have an explanation ?
just out of curiosity.
I used this procedure: Open a powersehll as administrator
cd $HOME/Downloads
Invoke-WebRequest "https://github.com/gefyrahq/gefyra/releases/download/2.2.0/gefyra-2.2.0-windows-x86_64.zip" -OutFile "gefyra.zip"
Get-FileHash gefyra.zip
my SHA256 is "9A0991D97BC7FDEF6EC0122A0F16B031509E8E645558D739FC79839120026766"
Expand-Archive gefyra.zip -DestinationPath gefyra
cd gefyra\dist-exe
.\gefyra.exe
gefyra.exe self restore
solved.
To be fully honest I don't know why - it looks like a file got lost. gefyra self restore
reinstalls the program basically.
Glad it helped. If it happens again I'd be happy if you keep us posted!
What happened?
On a Windows 11 pro a) download https://github.com/gefyrahq/gefyra/releases/download/2.2.0/gefyra-2.2.0-windows-x86_64.zip b) unzip gefyra-2.2.0-windows-x86_64.zip c) run .\gefyra.exe failed with:
What did you expect to happen?
run the installer without errors
Please provide the output of
gefyra check
.How can we reproduce it (as minimally and precisely as possible)?
What Kubernetes setup are you working with?
OS version
Anything else we need to know?
No response