Unable to create a new template
See original GitHub issueScala 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:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There’s a bug in JGit. So you first have to use normal git to clone, then run g8 pointing to that.
Thank you so much. It did work