Mario Paulsen

Results 2 comments of Mario Paulsen

Hi, I recently had the same error. If you try to authenticate via ssh you need to use the URI repository for ssh. For example: ssh://[email protected]:githubtraining/hellogitworld.git Try it and tell...

I assume you are discussing to authenticate a git repo using SSH. You need to follow this example -> http://www.codeaffine.com/2014/12/09/jgit-authentication/ And when you set: cloneCommand.setURI( "ssh://[email protected]/repo.git" ); Indicate the url...