From 82af080c1829b345d1e100184fe8664d99ebd1cf Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Sat, 3 Dec 2022 17:42:20 +0800 Subject: [PATCH] upate git-lfs install instruction Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10963252 * upate git-lfs install instruction --- docs/source/develop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/develop.md b/docs/source/develop.md index 62801353..791dc996 100644 --- a/docs/source/develop.md +++ b/docs/source/develop.md @@ -104,9 +104,9 @@ git lfs install ``` for centos, please download rpm from git-lfs github release [website](https://github.com/git-lfs/git-lfs/releases/tag/v3.2.0) +and then execute ```bash -wget http://101374-public.oss-cn-hangzhou-zmf.aliyuncs.com/git-lfs-3.2.0-1.el7.x86_64.rpm -sudo rpm -ivh git-lfs-3.2.0-1.el7.x86_64.rpm +sudo rpm -ivh your_rpm_file_name.rpm git lfs install ```