git remote - Caused by: java.lang.ClassNotFoundException: com.jcraft.jsch.JSchException -


the protocol between local repository , remote repository https instead of ssh,does still need lib of jsch,and if it's true, can tell me how handle in details,thanks much~~

even if isn't used https access, jsch still required jgit.
see jgit dependencies.

that thread states same thing, when cloning https repo.

this blog post deals missing jsch library so:

there 2 ways solve problem, depending on setup.

1.) if you're using ant installed on machine, example on c:\apache-ant. place jsch.jar in it's lib folder.

2.) in case using eclipse's ant plugin.

  • open eclipse
  • click window->preference
  • in type filter textbox type "ant"
  • click runtime
  • expand "global entries"
  • add external jar, , locate jsch.jar in system

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -