GIT 加速 下載 (加快大型GIT Repository 下載速度(指定depth) ) [git clone depth]

GIT 加速 下載 (加快大型GIT Repository 下載速度(指定depth) ) [git clone depth]

GIT 加速 下載 (加快大型GIT Repository 下載速度(指定depth) ) [git clone depth]


資料來源: https://blog.yowko.com/git-clone-depth/


LINUX Shell:

git clone -depth 1 "https://github.com/OOXX/OOXX.git"

WINDOWS BAT:

git.exe clone --depth 1 "https://github.com/OOXX/OOXX.git" "D:\testGit\linux"

WINDOWS GUI:

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *