Forum Discussion

btramblay's avatar
btramblay
New Contributor
7 years ago

GIT SSH - Class Cast Exception

Hi

 

I trie to used git plugin wirh SSH

I have installed Git Windows on my disk, i have created a repositery on my disk U:/test

I have the private key generated by Git on my disk U:\.ssh\id_rsa

 

In SopaUI, in pop-up definit when i tried to save and share projet, i put this values :

 

SSH

Repositery ://u:/test

SSH Key path :  U:\.ssh\id_rsa

 

I have this error ?

 

  • com.eviware.soapui.plugins.vcs.VcsIntegrationException: org.eclipse.jgit.transport.TransportLocal cannot be cast to org.eclipse.jgit.transport.SshTransport
  • at com.smartbear.readyapi.plugin.git.CommandRetrier.execute(CommandRetrier.java:65)
  • at com.smartbear.readyapi.plugin.git.GitCommandHelper.gitPushDryRun(GitCommandHelper.java:117)

 

Can you help me ?

Thanks