Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:git [2016/05/09 15:46] yehudakb:git [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 3: Line 3:
  
 Good git repository manager: http://gitblit.com/ Good git repository manager: http://gitblit.com/
 +
 +<code bash>
 +# disable ssl verification to specific site
 +git config http."https://code.example.com/".sslVerify false
 +
 +# disable ssl verification when clone
 +git  -c http.sslVerify=false clone  https://user@code.example.com/
 +</code>
kb/git.1462808785.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0