Playframework 在Windows中使用SBT创建新播放应用程序时出错

Playframework 在Windows中使用SBT创建新播放应用程序时出错,playframework,sbt,Playframework,Sbt,我尝试使用以下命令使用sbt创建一个新的play framework项目 sbt new playframework/play-java-seed.g8 当它在最后下载依赖项时,抛出以下错误 Cannot run program "bash" (in directory "C:\Users\yourUserName"): CreateProcess error=2, The system cannot find the file specified 这里的实际问题是什么。查看错误,您的系统中

我尝试使用以下命令使用sbt创建一个新的play framework项目

sbt new playframework/play-java-seed.g8
当它在最后下载依赖项时,抛出以下错误

Cannot run program "bash" (in directory "C:\Users\yourUserName"): CreateProcess error=2, The system cannot find the file specified

这里的实际问题是什么。

查看错误,您的系统中似乎没有安装git。尝试安装git()并再次生成项目。它应该适合您。

查看错误,您的系统中似乎没有安装git。尝试安装git()并再次生成项目。它应该对你有用