Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:git [2016/05/09 15:46] – yehuda | kb:git [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Good git repository manager: http:// | Good git repository manager: http:// | ||
+ | |||
+ | <code bash> | ||
+ | # disable ssl verification to specific site | ||
+ | git config http." | ||
+ | |||
+ | # disable ssl verification when clone | ||
+ | git -c http.sslVerify=false clone https:// | ||
+ | </ |