Skip to content
Snippets Groups Projects
Commit 29332b50 authored by Marco Biasini's avatar Marco Biasini
Browse files

added hint on how to disable ssl verification when cloning git repository

parent e78ceba9
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,16 @@ OpenStructure uses `git` as the revision control system. The main repository can
The above command will clone OpenStructre into the directory called `directory-name`. If omitted, the directory will be called ost. Alternatively, you might consider getting one of the nightly source code snapshots from the `downloads section <http://www.openstructure.org/downloads/>`_.
.. note::
Some version of curl have have trouble with the certificate of the
OpenStructure git server and fail to clone the repository. To work around
this, disable the SLL certificate verification with the following command:
.. code-block:: bash
git config --global http.sslVerify false
Configuring
--------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment