Skip to content
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

Can't pull a private repository #889

Open
i-am-the-slime opened this issue May 24, 2024 · 1 comment
Open

Can't pull a private repository #889

i-am-the-slime opened this issue May 24, 2024 · 1 comment

Comments

@i-am-the-slime
Copy link

steps

sbt or Giter8 version:

g8 0.16.2

problem

Trying to run sbt new or g8 on a private repo leads to:

> g8 ssh://[email protected]/my-org/my-template.g8.git
ssh://[email protected]/my-org/my-template.g8.git: Cannot log in at github.com:22

expectation

It should not fail to log in (since cloning the repo works just fine)

@i-am-the-slime
Copy link
Author

I wonder if this is related to using https://github.com/maxgoedjen/secretive over ssh-agent.
I think it would be nice if this project could just call out to the git process instead of using a Java implementation of git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant