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

added info about problems with SSL certificate

parent 9413e48f
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 SSL certificate verification with the following command:
.. code-block:: bash
git config --global http.sslVerify false
Picking the right branch
--------------------------------------------------------------------------------
......
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