-
Notifications
You must be signed in to change notification settings - Fork 41
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
googet installation failed without internet access #110
Comments
If you download the .goo file you can point googet directly at that file to do offline install |
How can I download the .goo files? |
C:>googet -root C:\ProgramData\GooGet -noconfirm install -sources c:\Temp\[email protected] googet |
You can use To install just run |
install success when run googet -root C:\ProgramData\GooGet -noconfirm install c:\Temp\[email protected] |
I added repo: |
Hello, I am running into the same issue. Did it fix here? |
We are using Daisy workflow control with Google cloud build to create Windows images in Google cloud.
After we removed Internet access from our project, cloud build failed with error as blow:
Installing GooGet and GooGet packages.
ERROR: 2023/11/01 22:49:05.756131 client.go:104: error reading repo "https://packages.cloud.google.com/yuck/repos/google-compute-engine-stable": Get "https://packages.cloud.google.com/yuck/repos/google-compute-engine-stable/index.gz": net/http: TLS handshake timeout
ERROR: 2023/11/01 22:49:05.768357 googet_install.go:125: Can't resolve version for package "googet": no versions of package googet found in any repo
GooGet install failed from "D:\ProgramData\GooGet\googet.exe", retrying...
ERROR: 2023/11/01 22:49:36.223287 client.go:104: error reading repo "https://packages.cloud.google.com/yuck/repos/google-compute-engine-stable": Get "https://packages.cloud.google.com/yuck/repos/google-compute-engine-stable/index.gz": net/http: TLS handshake timeout
ERROR: 2023/11/01 22:49:36.242315 googet_install.go:125: Can't resolve version for package "googet": no versions of package googet found in any repo
'C:\ProgramData\GooGet\googet.exe' is not recognized as an internal or external command,
operable program or batch file.
We would like to be able to extract googet packages into local filesystem so that we can install googet offline.
The text was updated successfully, but these errors were encountered: