aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-11-30 22:06:26 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-02-28 15:58:07 +0100
commit8b35135d9f890d084888f149722a5ba4353c22a2 (patch)
treee853aeb599714d75ee26bf6843bd3278c98c71e1 /README.md
parent73ac043f940208ae06e201852272f46c74532eeb (diff)
added instructions for the HTTP credentials cache to avoid re-entering credentials
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e3941dc..8589302f 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,16 @@ Application Manager
# Clone Repository
-The repo uses git-lfs. You need to install [https://git-lfs.github.com/](git-lfs) first.
+The repo uses git-lfs. You need to install [https://git-lfs.github.com/](git-lfs) first. Due to the SSL issues we need to use the HTTPS clone URL. To not enter every time the credentials you can use the git credential cache. The GitLab server uses a self-signed certification, so we need to override the ssl verification.
+
+Here are the commands:
$ git lfs install
$ GIT_SSL_NO_VERIFY=true git clone https://git-lfs.qt.io/Gerrit/triton-ui.git
$ cd triton-ui
+ $ git config credential.helper cache
$ git config http.sslverify false
-
# Build and install triton-ui
$ qmake --version