Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider this vcpkg.json file: { "dependencies": [ "fmt", "zlib" ], "builtin-baseline": "101ae1f63a22d262f80a68034a1550da5dfdd05f" } Before this change, if you tried to run “vcpkg install” with that vcpkg.json file, then vcpkg would fail with this error: error: while checking out baseline from commit '101ae1f63a22d262f80a68034a1550da5dfdd05f', failed to `git show` versions/baseline.json. This may be fixed by fetching commits with `git fetch`. error: git failed with exit code: (128). fatal: not a git repository: '.git' while checking out baseline 101ae1f63a22d262f80a68034a1550da5dfdd05f This commit fixes that problem.
- Loading branch information