git-Checkout
************
1. generate your self signed private key from "putty-gen.exe" or "open ssl" etc..
> generate new key
> save private key ex: D:/drvijay/self-private.ppk
2. type the below command in cmd 1. to ignore ssl verify, 2. add your self certificate ,
3. check out
> git config --global http.sslverify false
> git config --system http.sslCAPath D:/drvijay/self-private.ppk
> git clone https://@url/repo.git
> pwd: test123
-- Enjoy
************
1. generate your self signed private key from "putty-gen.exe" or "open ssl" etc..
> generate new key
> save private key ex: D:/drvijay/self-private.ppk
2. type the below command in
3. check out
> git config --global http.sslverify false
> git config --system http.sslCAPath D:/drvijay/self-private.ppk
> git clone https://
> pwd: test123
-- Enjoy
No comments:
Post a Comment