You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sbt new command creates the project without errors.
Notes
For what it's worth, the above versions in build.properties match my local versions for both sbt (installed via Homebrew) and giter8 (installed via Coursier as a workaround for sbt new). The problem should have been solved in #583, but I'm using the latest sbt/g8 versions and still getting the Auth fail error.
The text was updated successfully, but these errors were encountered:
@eed3si9n this is interesting, in particular since g8 alone works while from sbt new it doesn't. Maybe Apache Mina in the g8 classpath gets overridden by jsch in the sbt classpath. Couldn't that be the case? What do you think?
Steps
Set up a template project on a private Gitlab instance using the following
build.properties
:then run
Problem
I'm getting the following error
However, if I install g8 using Coursier, it just works:
Cloning the repo works just fine, too
Expectation
The
sbt new
command creates the project without errors.Notes
For what it's worth, the above versions in
build.properties
match my local versions for both sbt (installed via Homebrew) and giter8 (installed via Coursier as a workaround forsbt new
). The problem should have been solved in #583, but I'm using the latest sbt/g8 versions and still getting theAuth fail
error.The text was updated successfully, but these errors were encountered: