Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Cloning and pulling via secured connection

Hi folks,

I'm exploring JGit's api and wondered how I could clone a repo from SSH but without having my public key configured(this already works great).
Normally if you don't have you key configured git would ask for a password for your user.
How is this achieved with Jgit, can I make it prompt me for a password in such SSH connection?
Probably the same question applies to HTTPS connections?

I suspect the forums are a better place for such question but I couldn't find a dedicated JGit eclipse forum, am I missing it?

Thanks,
Borislav

Back to the top