Private repository is not matched
See original GitHub issueWhen I run g8 myorganization/myprivaterepo.g8
I get an unhandled exception:
org.eclipse.jgit.api.errors.TransportException: git://github.com/myorganization/myprivaterepo.g8.git:
Repository not found.
I have a potential fix but I’m not sure how to test this locally or write a test case for it: https://github.com/megri/giter8/commit/c7750ee12f88dc70c7a559abf603ad260e6d3351
How do I proceed?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Private repositories on github are not detected · Issue #129758
Issue Type: Bug Cloning a private repository does not work: Only public ... It shows all public repos with matching names, my private...
Read more >git - pushing to remote private repo : fatal: repository not found
You can only push to your own repositories on GitHub unless the repository owner has given you the right to push to that...
Read more >Private Repositories - Declarative GitOps CD for Kubernetes
For invalid server certificates, such as those without matching server name, or those that are expired, adding a CA certificate will not help....
Read more >HTTP API V2 - Docker Documentation
Invalid repository name encountered either during manifest validation or any API operation. TAG_INVALID, manifest tag did not match URI, During a manifest ...
Read more >Build GitHub repositories - Azure Pipelines - Microsoft Learn
If your GitHub repository grants permission to teams, you can create matching teams in the Teams section of your Azure DevOps project settings....
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
Hi @eed3si9n, mind explaining this a bit more? We’re running into this issue as well using
sbt new ...
, thanks!Fixed by https://github.com/foundweekends/giter8/pull/248