From f5ae5709bdea4531851cdd57e56b136de6ad3152 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar <> Date: Sun, 14 Jun 2020 16:27:59 +0530 Subject: [PATCH] Add note about git cloning SSL error --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b07cc1b..aff53c8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Dharwad colours and typography. Bootstrap is a simple Javascript Library that enables lightweight yet responsive pages that look and feel great on all devices, from small mobile phones to tablets to large desktop displays. To edit, I recomment the open-source editor "Brackets" which has a "live-preview" mode, showing the changes as the HTML code is modified. + +NOTE: Since IITDH uses a self-signed certificate, you may need to use the following command to clone this repo: + +git -c http.sslVerify=false clone https://gitea.iitdh.ac.in:443/kabhijit/BootstrapHomepageTemplate.git