<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="he">
	<id>https://wiki.netfree.link/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DLipson</id>
	<title>ויקי נטפרי - תרומות המשתמש [he]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netfree.link/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DLipson"/>
	<link rel="alternate" type="text/html" href="https://wiki.netfree.link/wiki/%D7%9E%D7%99%D7%95%D7%97%D7%93:%D7%AA%D7%A8%D7%95%D7%9E%D7%95%D7%AA/DLipson"/>
	<updated>2026-04-07T10:22:24Z</updated>
	<subtitle>תרומות המשתמש</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_GIT&amp;diff=13512</id>
		<title>Installation of certificate in GIT</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_GIT&amp;diff=13512"/>
		<updated>2022-08-30T20:05:53Z</updated>

		<summary type="html">&lt;p&gt;DLipson: Removed duplicate option&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{עמוד בעברית|התקנת תעודה ב GIT}}&lt;br /&gt;
&amp;lt;div dir=&amp;quot;ltr&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{קישור אנגלית לתצוגת קריאה}}&lt;br /&gt;
&lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
'''Update: as of 3 May 2019, a [[Standard certificate installer|new certificate installation software]] was released, the new software automatically installs the certificate also in GIT'''&amp;lt;ref&amp;gt;At the moment, the tool is not yet running&amp;lt;code&amp;gt;git config --system http.sslbackend openssl&amp;lt;/code&amp;gt;&amp;lt;/ref&amp;gt;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download this file [http://wiki.netfree.link/images/a/ac/Curl-ca-bundle.zip Curl-ca-bundle.zip] And extract its contents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run the following command, depending on the location of the certificate file you extracted.&lt;br /&gt;
&lt;br /&gt;
In Windows systems, in case you have installed the security certificate installation software, the file exists at the following location:&lt;br /&gt;
&amp;quot;C:\ProgramData\NetFree\CA\netfree-ca-bundle-curl.crt&amp;quot;&lt;br /&gt;
 git config --global http.sslCAInfo /path/to/netfree-ca-bundle-curl.crt&lt;br /&gt;
&lt;br /&gt;
If this doesn't work, you may need to use Command Prompt/Powershell and not bash, or try to change the slashes in the file path from &amp;quot;\&amp;quot; (the way Windows displays them) to &amp;quot;/&amp;quot; (the way Linux displays them and bash expects them)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Windows system also needs to run:&lt;br /&gt;
 git config --global http.sslbackend openssl&lt;br /&gt;
If you want to cancel the operation, run:&lt;br /&gt;
&lt;br /&gt;
 git config --global --unset http.sslCAInfo &lt;br /&gt;
&lt;br /&gt;
⚠ If you use a git graphical client, sometimes the &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; command is not installed globally. To run the above commands you need to find the path to the git.exe file and write the entire path (inside quotation marks) instead of the word &amp;lt;code&amp;gt;git&amp;lt;/code.&lt;br /&gt;
&lt;br /&gt;
To embed existing certificates on your computer using git software, you can download the following file: [http://wiki.netfree.link/images/e/eb/WinCertsToPem.zip WinCertsToPem.zip] and run it. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Credit to http://stackoverflow.com/a/16543283&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another option, cancel the SLL, which eliminates the need for a security certificate (less recommended option).&lt;br /&gt;
&lt;br /&gt;
To do this, run the following command:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  git config --global http.sslVerify &amp;quot;false&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to cancel the operation, run:&lt;br /&gt;
&lt;br /&gt;
  git config --global --unset http.sslVerify &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====SourceTree====&lt;br /&gt;
&lt;br /&gt;
When working with SourceTree software (GIT Graphic Client, [https://www.sourcetreeapp.com/ link]), You can also specify in the settings not to use ssl - then there is no need to install the certificate,&lt;br /&gt;
&lt;br /&gt;
The check will be done when entering the menu&lt;br /&gt;
Tools &amp;gt; Options &amp;gt; Git&lt;br /&gt;
Select Disable SSL certificate validation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
[https://git-scm.com/ Home page of Git]&lt;br /&gt;
&lt;br /&gt;
[https://www.sourcetreeapp.com/ SourceTree site]&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>DLipson</name></author>
	</entry>
	<entry>
		<id>https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_GIT&amp;diff=13511</id>
		<title>Installation of certificate in GIT</title>
		<link rel="alternate" type="text/html" href="https://wiki.netfree.link/index.php?title=Installation_of_certificate_in_GIT&amp;diff=13511"/>
		<updated>2022-08-30T20:03:06Z</updated>

		<summary type="html">&lt;p&gt;DLipson: Added help for anyone who (like me) was not successful following the instructions as they are&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{עמוד בעברית|התקנת תעודה ב GIT}}&lt;br /&gt;
&amp;lt;div dir=&amp;quot;ltr&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{קישור אנגלית לתצוגת קריאה}}&lt;br /&gt;
&lt;br /&gt;
{{Navigation|Security certificate}}&lt;br /&gt;
'''Update: as of 3 May 2019, a [[Standard certificate installer|new certificate installation software]] was released, the new software automatically installs the certificate also in GIT'''&amp;lt;ref&amp;gt;At the moment, the tool is not yet running&amp;lt;code&amp;gt;git config --system http.sslbackend openssl&amp;lt;/code&amp;gt;&amp;lt;/ref&amp;gt;.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download this file [http://wiki.netfree.link/images/a/ac/Curl-ca-bundle.zip Curl-ca-bundle.zip] And extract its contents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Run the following command, depending on the location of the certificate file you extracted.&lt;br /&gt;
&lt;br /&gt;
In Windows systems, in case you have installed the security certificate installation software, the file exists at the following location:&lt;br /&gt;
&amp;quot;C:\ProgramData\NetFree\CA\netfree-ca-bundle-curl.crt&amp;quot;&lt;br /&gt;
 git config --global http.sslCAInfo /path/to/netfree-ca-bundle-curl.crt&lt;br /&gt;
&lt;br /&gt;
If this doesn't work, you may need to use Command Prompt/Powershell and not bash, or try to change the slashes in the file path from &amp;quot;\&amp;quot; (the way Windows displays them) to &amp;quot;/&amp;quot; (the way Linux displays them and bash expects them)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Windows system also needs to run:&lt;br /&gt;
 git config --global http.sslbackend openssl&lt;br /&gt;
If you want to cancel the operation, run:&lt;br /&gt;
&lt;br /&gt;
 git config --global --unset http.sslCAInfo &lt;br /&gt;
&lt;br /&gt;
⚠ If you use a git graphical client, sometimes the &amp;lt;code&amp;gt;git&amp;lt;/code&amp;gt; command is not installed globally. To run the above commands you need to find the path to the git.exe file and write the entire path (inside quotation marks) instead of the word &amp;lt;code&amp;gt;git&amp;lt;/code.&lt;br /&gt;
&lt;br /&gt;
To embed existing certificates on your computer using git software, you can download the following file: [http://wiki.netfree.link/images/e/eb/WinCertsToPem.zip WinCertsToPem.zip] and run it. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Credit to http://stackoverflow.com/a/16543283&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another option, cancel the SLL, which eliminates the need for a security certificate (less recommended option).&lt;br /&gt;
&lt;br /&gt;
To do this, run the following command:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  git config --global http.sslVerify &amp;quot;false&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to cancel the operation, run:&lt;br /&gt;
&lt;br /&gt;
  git config --global --unset http.sslVerify &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another option is to set the SLL off, eliminating the need for a security certificate (a less recommended option).&lt;br /&gt;
&lt;br /&gt;
To do this, run the following command::&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  git config --global http.sslVerify &amp;quot;false&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====SourceTree====&lt;br /&gt;
&lt;br /&gt;
When working with SourceTree software (GIT Graphic Client, [https://www.sourcetreeapp.com/ link]), You can also specify in the settings not to use ssl - then there is no need to install the certificate,&lt;br /&gt;
&lt;br /&gt;
The check will be done when entering the menu&lt;br /&gt;
Tools &amp;gt; Options &amp;gt; Git&lt;br /&gt;
Select Disable SSL certificate validation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
[https://git-scm.com/ Home page of Git]&lt;br /&gt;
&lt;br /&gt;
[https://www.sourcetreeapp.com/ SourceTree site]&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>DLipson</name></author>
	</entry>
</feed>