The protocol between local repository and remote repository is HTTPS instead of ssh,does it still need lib of jsch,and if it's true, can you tell me how to handle in details,thanks so much~~
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Even if it isn't used for https access, jsch is still required for JGit.
See JGit dependencies.
That thread states the same thing, even when cloning an https repo.
This blog post deals with a missing jsch library like so:
There are 2 ways to solve this problem, depending on your setup.
1.) If you're using ant installed on your machine, example on c:\apache-ant. Just place the jsch.jar in it's lib folder.
2.) In case you are using eclipse's ant plugin.
- Open eclipse
- Click Window->Preference
- In type filter textbox type "ant"
- Click Runtime
- Expand "Global Entries"
- Add external jar, and locate jsch.jar in your system