<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Proxy on CNELECAR</title>
    <link>https://www.cnelecar.com/tags/proxy/</link>
    <description>Recent content in Proxy on CNELECAR</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 04 Jun 2025 12:17:32 +0000</lastBuildDate>
    <atom:link href="https://www.cnelecar.com/tags/proxy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Set proxies to solve : Failed to connect to github.com port 443 after XXXXX ms: Timed out</title>
      <link>https://www.cnelecar.com/blog/set-proxies-to-solve-fatal-unable-to-access-httpsgithubcom-failed-to-connect-to-githubcom-port-443-after-xxxxx-ms-timed-out/</link>
      <pubDate>Wed, 04 Jun 2025 12:17:32 +0000</pubDate>
      <guid>https://www.cnelecar.com/blog/set-proxies-to-solve-fatal-unable-to-access-httpsgithubcom-failed-to-connect-to-githubcom-port-443-after-xxxxx-ms-timed-out/</guid>
      <description>&lt;p&gt;Recently we&amp;rsquo;ve encountered this issue many times while pushing updates to GitHub: &amp;quot; Failed to connect to github.com port 443 after XXXXX ms: Timed out.&amp;quot; In this post, we&amp;rsquo;ll show you how we solved it.&lt;/p&gt;
&lt;p&gt;Apparently, this is a network issue between local machine and GitHub, we could set proxies for Git to fix it.&lt;/p&gt;
&lt;p&gt;Run follwing commands in the Terminal/Shell:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global http.proxy socks5://192.168.7.10:7891
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git config --global https.proxy socks5://192.168.7.10:7891
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The above two lines of commands set up Git&amp;rsquo;s global http and https proxies, using the socks5 protocol. In actual operation, just change the proxy server information to your own.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
