apache / pekko-http-quickstart-scala.g8

Apache Pekko HTTP Quickstart for Scala
https://pekko.apache.org/
Other
1 stars 0 forks source link

sbt new apache/incubabor-pekko-http-quickstart-scala.g8 asks for Username and password #7

Open deabreu opened 6 months ago

deabreu commented 6 months ago

Hello, I tried to create a project using sbt pekko-http and at the prompt I was requested to type my Username and Password.

pjfanning commented 6 months ago

Try

sbt new apache/pekko-http-quickstart-scala.g8 

The README has a typo - incubabor instead of incubator -- neither is needed now

I have created #8 to fix the README

I'm not sure why sbt asks for username and password when you use an invalid GitHub project name but with the right one I show above, this does not happen.