GitHub 加速

之前访问 GitHub 都是挂梯子,但是最近要租卡训练神经网络模型,卡很贵不可能一直租,如果每次开新卡都重新装梯子的话很麻烦。于是需要一些能够镜像 GitHub 的方法。

使用 GitClone

使用 GitClone 的方法很简单,只需将 gitclone.com/ 插入到要克隆的链接即可。

将:

git clone https://github.com/tendermint/tendermint.git

替换为:

git clone https://gitclone.com/github.com/tendermint/tendermint.git

参考:全面加速 GitHub,git clone 太慢的 9 种解决办法 | 腾讯云开发者社区

posted @ 2024-09-19 19:25  Undefined443  阅读(7)  评论(0编辑  收藏  举报