I want to create a new project framework play with tools sbt.
First I had the same problem of the topic HelloWorld example (sbt new sbt/scala-seed.g8) not working and adding the code git config --global url."https://".insteadOf git://
resolved the error.
But now I have the error follow : "Unknown exception: Connection to https://repo1.maven.org refused" when I launch the command sbt new playframework/play-java-seed.g8
.
I configured the sbtconfig file with parameters proxy but not change.
I try again with the command line sbt.bat new https://github.com/playframework/play-java-seed.g8
but not change.
I use sbt 1.0.4 and Windows 10.
Thank you in advance.