Error during sbt execution while installing giter8 with conscript
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:
- Put the
sbt-launch.jar开发者_如何学C
in~/bin
. - Created
~/bin/sbt
with the content beingjava -Xmx512M -jar
dirname $0/sbt-launch.jar "$@"
. - Installed conscript using
curl https://raw.github.com/n8han/conscript/master/setup.sh | sh
- 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.
精彩评论