Scala-征兵-"An unexpected error occurred: Please check your internet connection"
Scala- Conscript - "An unexpected error occurred: Please check your internet connection"
上下文: 我想安装 conscript 和 giter8 以便我可以更有效地创建和使用 Scalatra 项目文件。我已按照说明 here and here 下载并 运行 jar。当我这样做时,出现以下错误。当 运行 运行 Powershell 脚本时,我得到同样的错误。当我在专用网络上时,我的互联网连接很好。当我按照异常消息中的位置进行操作时,我遇到了一个看起来像 Github 目录列表的奇怪页面 - 不知道该怎么做。
"An unexpected error occurred: Please check your internet connection.
Exception message: https://api.github.com/repos/foundweekends/conscript/git/refs/"
问题:有人可以告诉我我做错了什么吗?并解释我如何才能正确地招募和 运行ning?
更新:运行安装 jar 仍然无法正常工作,但我重新尝试 运行安装 powershell 脚本,看起来确实能够成功安装 conscript。当我 cd 进入 .conscript\bin 目录 和 运行 cs foundweekends/giter8
我仍然收到这个奇怪的错误,它向我表明 conscript 或 giter8 是仍然没有正常 运行ning。
c:\Users\e.b\.conscript\bin>cs foundweekends/giter8
An unexpected error occurred: Please check your internet connection.
Exception message:
https://api.github.com/repos/foundweekends/giter8/git/refs/heads/master
c:\Users\e.b\.conscript\bin>
当我导航到 URL 时,我收到一条消息,内容为
{ "message": "Not Found", "documentation_url":
"https://docs.github.com/rest" }
我找到了一些似乎可以解决问题的附加文档:http://www.foundweekends.org/giter8/
当我 运行 命令并执行 sbt new scala/scala-seed.g8
时,我能够成功设置 Scalatra 模板。
上下文: 我想安装 conscript 和 giter8 以便我可以更有效地创建和使用 Scalatra 项目文件。我已按照说明 here and here 下载并 运行 jar。当我这样做时,出现以下错误。当 运行 运行 Powershell 脚本时,我得到同样的错误。当我在专用网络上时,我的互联网连接很好。当我按照异常消息中的位置进行操作时,我遇到了一个看起来像 Github 目录列表的奇怪页面 - 不知道该怎么做。
"An unexpected error occurred: Please check your internet connection.
Exception message: https://api.github.com/repos/foundweekends/conscript/git/refs/"
问题:有人可以告诉我我做错了什么吗?并解释我如何才能正确地招募和 运行ning?
更新:运行安装 jar 仍然无法正常工作,但我重新尝试 运行安装 powershell 脚本,看起来确实能够成功安装 conscript。当我 cd 进入 .conscript\bin 目录 和 运行 cs foundweekends/giter8
我仍然收到这个奇怪的错误,它向我表明 conscript 或 giter8 是仍然没有正常 运行ning。
c:\Users\e.b\.conscript\bin>cs foundweekends/giter8
An unexpected error occurred: Please check your internet connection.
Exception message:
https://api.github.com/repos/foundweekends/giter8/git/refs/heads/master
c:\Users\e.b\.conscript\bin>
当我导航到 URL 时,我收到一条消息,内容为
{ "message": "Not Found", "documentation_url": "https://docs.github.com/rest" }
我找到了一些似乎可以解决问题的附加文档:http://www.foundweekends.org/giter8/
当我 运行 命令并执行 sbt new scala/scala-seed.g8
时,我能够成功设置 Scalatra 模板。