4

我正在尝试启动astro。当我不选择框架时,尽管我已经安装了 git 并且可以正常工作,但我会收到此错误。任何帮助将不胜感激。

√ Which frameworks would you like to use? »
> Copying project files...
could not find commit hash for latest
This seems to be an issue with degit. Please check if you have 'git' installed on your system, and install it if you don't have (https://git-scm.com).  
If you do have 'git' installed, please file a new issue here: https://github.com/withastro/astro/issues
4

1 回答 1

0

这取决于您的操作系统和环境。

例如,withastro/astro问题 2144报告完全相同的错误消息,但在 Windows 上,使用的是 WSL2 上的 Linux(Ubuntu 20.04.3 LTS)。
仔细检查您的%PATH%/$PATH在您的执行环境中。

于 2022-01-01T18:41:25.590 回答