LoginSignup
0
0

More than 5 years have passed since last update.

g8でscalaプロジェクトを作る時エラーが出たらとりあえずgiter8を最新にすればいい

Posted at

問題

g8でscalaプロジェクトを作ろうとすると以下の様なエラーが出て作れない

$ g8 typesafehub/scala-sbt

Exception fetching from github Unexpected response code: 403
{"message":"Missing or invalid User Agent string. See http://developer.github.com/v3/#user-agent-required"}

対処法

g8を最新にする

$ brew update
$ brew upgrade giter8

他のエラーは知らない

参考

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