9

mclone - 麻麻再也不用担心拉取GitHub代码慢了

 3 years ago
source link: https://www.liesauer.net/blog/post/mclone-for-git-clone.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

mclone

体验飞一般的clone速度

git clone

git_clone.gif

git mclone

git_mclone.gif

  1. 仓库大小(仅Proxy):<500M
  2. LFS支持:未知

nulastudio/mclone

git clone换成git mclone,完事

Windows

  1. powershell Invoke-Expression (New-Object Net.WebClient).DownloadString(\"https://gitee.com/liesauer/mclone/raw/v1.5.1/script/install.ps1\")

powershell

  1. Invoke-Expression (New-Object Net.WebClient).DownloadString("https://gitee.com/liesauer/mclone/raw/v1.5.1/script/install.ps1")

Linux/MacOS

  1. sudo bash -c "$(curl -fsSL https://gitee.com/liesauer/mclone/raw/v1.5.1/script/install.sh)"
  1. sudo bash -c "$(wget https://gitee.com/liesauer/mclone/raw/v1.5.1/script/install.sh -O -)"

Windows

  1. powershell Invoke-Expression (New-Object Net.WebClient).DownloadString(\"https://gitee.com/liesauer/mclone/raw/v1.5.1/script/uninstall.ps1\")

powershell

  1. Invoke-Expression (New-Object Net.WebClient).DownloadString("https://gitee.com/liesauer/mclone/raw/v1.5.1/script/uninstall.ps1")

Linux/MacOS

  1. sudo bash -c "$(curl -fsSL https://gitee.com/liesauer/mclone/raw/v1.5.1/script/uninstall.sh)"
  1. sudo bash -c "$(wget https://gitee.com/liesauer/mclone/raw/v1.5.1/script/uninstall.sh -O -)"

Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK