windows how to git clone https code example
Example: windows how to git clone https
git config http.sslVerify false
git -c http.sslVerify=false clone <url>
git config http.sslVerify false
git -c http.sslVerify=false clone <url>