我尝试遵循以下教程:
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之后缺少了一个:。如何修复?
发布于 2018-05-06 20:52:10
验证您是否具备必备条件。此处记录的前提条件https://www.lagomframework.com/documentation/1.4.x/java/JavaPrereqs.html
我只是按照说明操作,无法使用sbt版本1.1.1从CLI重现错误。
您使用的是什么版本的sbt?
https://stackoverflow.com/questions/50193163
复制相似问题