我正在尝试安装 http://www.pygit2.org/install.html#installing-on-windows
作为其中的一部分,我安装在 Windows Cmake(Cmake-gui) 中。当我在 Source code-libgit2-0.26.0 中选择时(从 - https://github.com/libgit2/libgit2/archive/v0.26.0.zip下载)
并配置我收到错误:
CMakeLists.txt:14 (PROJECT) 处的 CMake 错误:无法运行 MSBuild 命令:
MSBuild.exe
获取 VCTargetsPath 的值:
配置不完整,出现错误!另请参阅“C:/Users/....GIThub/s/libgit2-0.26.0/CMakeFiles/CMakeOutput.log”。
当我打开日志时,我只看到:
系统为:Windows - 6.1.7601 - AMD64
你能帮我如何在 Windows 上安装 pygit2 吗?