LoginSignup
0
0

More than 5 years have passed since last update.

sbt newでTransportExceptionが出る時

Posted at

sbt newでTransportExceptionが出る時

$ sbt new playframework/play-scala-seed.g8 --branch 2.5.x

=> [error] org.eclipse.jgit.api.errors.TransportException: git@github.com:playframework/play-scala-seed.g8.git: unknown host
   [error] Use 'last' for the full log.

gitへの接続でsshを使おうとして失敗してる

対応

httpsで接続する様にhttps://github.com/を加える

$ sbt new https://github.com/playframework/play-scala-seed.g8 --branch 2.5.x
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0