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