Changes

Jump to navigation Jump to search
69 bytes added ,  07:11, 12 April 2016
Line 80: Line 80:  
To allow cloning and pushing to a git repository over https whit a self signed certificate you must configure:
 
To allow cloning and pushing to a git repository over https whit a self signed certificate you must configure:
 
  git config --global http.sslVerify false
 
  git config --global http.sslVerify false
 +
or
 +
git -c http.sslVerify=false clone https://domain.com/path/to/git
    
== assume-unchanged ==
 
== assume-unchanged ==

Navigation menu