<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[github代理]]></title><description><![CDATA[<p dir="auto">github经常无法正常访问 尝试用下面的项目搭建一个github代理 部署到我们的大服务器 经过验证 可以进行加速 但是具体原理还未研究<br />
实施过程：<br />
方式一  sudo docker run -d --name="github-proxy-py" -p 0.0.0.0:7850:7850 --restart=always hunsh/gh-proxy-py:latest<br />
直接使用docker方式启动 经过验证 客户端无法连接</p>
<p dir="auto">方式二  本地化安装</p>
<pre><code>conda create -n gh-proxy python=3
conda activate gh-proxy
conda install flask requests
git clone https://ghproxy.com//https://github.com/hunshcn/gh-proxy.git
cd gh-proxy/
python3 app/main.py
</code></pre>
<p dir="auto">客户端下载github项目时 使用</p>
<pre><code> git clone http://103.114.101.5:7850//https://github.com/intermine/intermine.git
注意：7850后面两个//
</code></pre>
<p dir="auto"><a href="https://ghproxy.com/" rel="nofollow ugc">https://ghproxy.com/</a> 是该项目作者搭建的一个代理网站</p>
]]></description><link>http://an.forum.genostack.com/topic/813/github代理</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:22:18 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/813.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Feb 2023 07:03:08 GMT</pubDate><ttl>60</ttl></channel></rss>