question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to create a new template

See original GitHub issue

Scala version: 2.13.1 SBT version 1.3.7

Whenever I run the following command: sbt new foundweekends/giter8.g8 or g8 foundweekends/giter8.g8 I got the following error:

git@github.com:foundweekends/giter8.g8.git: invalid privatekey: [B@19e4653c

I have tested my ssh connection that is successful

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
eed3si9ncommented, Jan 16, 2020

There’s a bug in JGit. So you first have to use normal git to clone, then run g8 pointing to that.

git clone https://github.com/foundweekends/giter8.g8 
g8 file:///foo/giter8.g8
0reactions
Tochemeycommented, Jan 16, 2020

Thank you so much. It did work

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to create new project using template created with the ...
I can successfully create the project template and import it into VS using the Export Wizard. When I then try to use the...
Read more >
Unable to create new template | WordPress.org
Unable to create new template ... I need to create PopUp but I keep receiving this error. What can I do? ... Looking...
Read more >
Word - Unable to create a blank document (Template Issue)
This works as a temporary solution as when I open word after deleting the existing template it will automatically generate a new template....
Read more >
Unable to Create New Template (Debut) - Shopify Community
Hello, I am trying to make custom templates in order to customize my collection pages, but I'm not able to add a new...
Read more >
Unable to create new TrialForce template or create a new org ...
1. Navigate to 'Environment Hub' tab · 2. Click 'Create Org' button · 3. Select Purpose | Select Create Using: 'Trialforce Template Id'...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found