开发者

Error during sbt execution while installing giter8 with conscript

开发者 https://www.devze.com 2023-03-13 18:34 出处:网络
Running the latest Scala 2.9.0.1, followed the SBT setup instructions and the installation instructions of giter8 I get;

Running the latest Scala 2.9.0.1, followed the SBT setup instructions and the installation instructions of giter8 I get;

Error during sbt execution: Label <html><body>You are being <a href="https is not in a section

What I did was:

  1. Put the sbt-launch.jar开发者_如何学C in ~/bin.
  2. Created ~/bin/sbt with the content being java -Xmx512M -jardirname $0/sbt-launch.jar "$@".
  3. Installed conscript using curl https://raw.github.com/n8han/conscript/master/setup.sh | sh
  4. Tried to install giter8 via conscript using cs n8han/giter8, but I always end up with the above error.


It was a bug in conscript installer which the developer was able to fix.

0

精彩评论

暂无评论...
验证码 换一张
取 消