1
運行最新的Scala 2.9.0.1,跟着SBT setup instructions和installation instructions of giter8得到;安裝giter8時出現錯誤,同時安裝giter8
Error during sbt execution: Label <html><body>You are being <a href="https is not in a section
我所做的是:
- 把
sbt-launch.jar
在~/bin
。 - 創建
~/bin/sbt
的內容是java -Xmx512M -jar
dirname $ 0/sbt-launch.jar "[email protected]"
。 - 安裝conscript使用
curl https://raw.github.com/n8han/conscript/master/setup.sh | sh
- 試圖通過使用
cs n8han/giter8
徵兵安裝giter8,但我總是與上述錯誤告終。