diff --git a/docs/QuickStart.md b/docs/QuickStart.md index ccf0b7f..7af0895 100644 --- a/docs/QuickStart.md +++ b/docs/QuickStart.md @@ -12,13 +12,13 @@ ``` [lfs] - url = https://artifacts.openeuler.openatom.cn/{owner}/{repo} + url = https://artlfs.openeuler.openatom.cn/{owner}/{repo} ``` - 或者通过命令行设置仓库中LFS远程地址: ``` -$ git config --local lfs.url https://artifacts.openeuler.openatom.cn/{owner}/{repo} +$ git config --local lfs.url https://artlfs.openeuler.openatom.cn/{owner}/{repo} ``` > 当存在.lfsconfig文件时,使用命令行进行LFS远程地址设置的优先级将高于.lfsconfig文件。 @@ -31,7 +31,7 @@ $ git config --local lfs.url https://artifacts.openeuler.openatom.cn/{owner}/{re - 当您fork一个仓库:将fork仓库克隆到本地后,需手动使用如下命令修改本地仓库的lfs配置: ``` - $ git config --local lfs.url https://artifacts.openeuler.openatom.cn/{owner}/{repo} + $ git config --local lfs.url https://artlfs.openeuler.openatom.cn/{owner}/{repo} ``` - 当您使用ssh协议进行克隆或推送:克隆或推送大文件时仍需输入用户名和密码进行认证。