Changes

Jump to navigation Jump to search
No change in size ,  15:31, 21 July 2013
Line 71: Line 71:  
==== Ignore self signed SSL certificates ====
 
==== Ignore self signed SSL certificates ====
   −
Git validates the HTTP SSL security certificate when accessing a repository. With the self singed certificates typical in SME systems you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by disabling this check in your Git client with:
+
Git validates the HTTP SSL security certificate when accessing a repository. With the self signed certificates typical in SME systems you will get an error like '''certificate verify failed''' when accessing the Git repository. You can avoid this problem by disabling this check in your Git client with:
    
  git config --global http.sslVerify false
 
  git config --global http.sslVerify false
374

edits

Navigation menu