I'm trying to install jSweet to convert java to javascript code. Instructions on the following page: http://www.jsweet.org/getting-started/#Getting_started
tell me that after installing the necessary files I should use the following in a Command Prompt:
git clone https://github.com/cincheo/jsweet-quickstart.git
That produces: Cloning into 'jsweet-examples'... fatal: unable to access 'https://github.com/cincheo/jsweet-examples.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
How should I resolve the problem?