Github代理加速_github手机客户端

Github代理加速_github手机客户端github代理网址:https://ghproxy.com/终端命令行支持终端命令行gitclone,wget,curl等工具下载.支持raw.githubusercontent.com,gi

Github代理加速_github手机客户端"

github 代理 网址:https://ghproxy.com/
终端命令行
支持终端命令行 git clone , wget , curl 等工具下载.
支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.
注意:不支持 SSH Key 方式 git clone 下载.

git clone

git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus    github 链接

wget & curl

wget https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
wget https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
curl -O https://ghproxy.com/https://github.com/stilleshan/ServerStatus/archive/master.zip
curl -O https://ghproxy.com/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

首页下载
在本页地址栏输入合规链接(参考以下链接)点击下载按钮
支持 raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com 文件下载.

Raw 文件

https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile

分支源码

https://github.com/stilleshan/ServerStatus/archive/master.zip

Releases 源码

https://github.com/stilleshan/ServerStatus/archive/v1.0.tar.gz

Releases 文件

https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_amd64.tar.gz
 

#############################################################################

只对GitHub进行代理

git config --global http.https://github.com.proxy http://127.0.0.1:7890
git config --global https.https://github.com.proxy http://127.0.0.1:7890

取消代理

git config --global --unset http.proxy
git config --global --unset https.proxy

三、查看已有配置

git config --global -l

 

今天的文章Github代理加速_github手机客户端分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/74142.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注