Replies: 1 comment 1 reply
-
|
Did you find a solution to the issue? I am running into a similar issue where vcpkg install without or without manifest mode insists on reaching out to my private registry instead of checking locally. I haven't found a workaround or solution yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy a vcpkg --only-download on a offline system. I'm getting errors about it not finding a git version above 2.7.4, which is patently false, git --version displays 2.27, it's set in .bashrc as well. My best guess is that because I ran boostrap_vcpkg.sh on a system with a different version of git (2.9) that it just just not finding that and complaining? A hypothetical fix is to run bootstrap_vcpkg.sh again, however, I can't do that because it instantly attempts to download things from the internet. The thing is every dependency it should be downloading should already be downloaded, so there's no reason for it to try to download again. This post #31641 seems to imply that I shouldn't be seeing any issues here period, since I already have things in the right place by definition, my vcpkg directory is a straight copy from a system where it worked. Is there a way to get around these issues?
Beta Was this translation helpful? Give feedback.
All reactions