我尝试按照以下教程进行操作:
https://www.lagomframework.com/documentation/1.4.x/java/GettingStartedSbt.html
为了生成项目脚手架,我想使用以下模板:
sbt new lagom/lagom-java.g8
但已收到以下错误:
[error] org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin
在教程的早期阶段有点令人沮丧...... 知道如何解决这个问题吗?
编辑:错误是由:
引起的[error] Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https//github.com/lagom/lagom-java.g8.git: not found.
似乎https后缺少:
。怎么修?
答案 0 :(得分:1)
验证您是否具备先决条件。此处记录的先决条件https://www.lagomframework.com/documentation/1.4.x/java/JavaPrereqs.html
我刚按照说明操作,无法使用sbt 1.1.1版从CLI重现错误。
您使用的是什么版本的sbt?