Erudite AI & Knowledge 头像

消息来源频道

Erudite AI & Knowledge

@challengeanewlife

频道207 位成员公开可见0 人在线

随手分享资源,不能保量但基本能保质。 所有的工具但凡发布都基本上会自己长期坚持使用;所有书本相关但凡发布我至少读过一次,网页我至少玩过5分钟┐(´-`)┌。 学知识最忌打一枪换一炮,好想知道了很多承,但其实都没学会啥;用起来很关键。 每一段时间会有一个主题,主要是和自己研究和玩的东西。 想要投稿或者分享可以投稿私聊我投稿。

成员规模207 位成员
在线情况0 人在线
消息总数1,135 条消息
浏览量总数0 次浏览

在这个频道里搜索消息……

t.me/challengeanewlife

#奇技淫巧
无需代理直接加速各种 GitHub 资源拉取
评价:好处显而易见,pull的时候速度杠杠的;坏处也很明显,push的时候心慌慌,尤其是涉及到private的东西。。。
摘要:
fastgit.org:https://doc.fastgit.org/
cnpmjs.org:https://github.com.cnpmjs.org/
gitclone.com:https://gitclone.com/
gitee:https://gitee.com/mirrors
GitHub 文件加速:https://gh.api.99988866.xyz/
Github仓库加速:https://github.zhlh6.cn/
Github仓库加速:http://toolwa.com/github/
# 方法一:手动替换地址
#改为
$ git clone https://github.com.cnpmjs.org/kubernetes/kubernetes.git
$ git clone https://gitclone.com/github.com/kubernetes/kubernetes.git
# 方法二:配置git自动替换
$ git config --global url."https://hub.fastgit.org".insteadOf https://github.com
# 查看git配置信息
$ git config --global --list
# 取消设置
$ git config --global --unset url.https://github.com/.insteadof