-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbt new ssh invalid private key #548
Comments
Have you tested it with bare |
No, only with sbt |
Okay, can you test it with the |
Just in case, the instructions are these: checkout repo and publish local dependency
install Coursier
or install Coursier on Windows (using cmd.exe, not PowerShell)
and then install locally the fixed version of giter8
then you can run the custom version of g8 using the executable that you find at I hope that |
@chepk version 0.14.0 should have solved the issue. Can you check? |
Sorry, I missed your comments. Asked colleagues to check |
steps
problem
Can't create project from private Gitlab repository using ssh.
invalid privatekey
messagestack trace
The private key was generated using
ssh-keygen -t rsa
expectation
Project is created successfully using sbt new ssh://..
notes
The text was updated successfully, but these errors were encountered: