diff --git a/docs/BasicGuide.md b/docs/BasicGuide.md index 6a08a20..0a7231a 100644 --- a/docs/BasicGuide.md +++ b/docs/BasicGuide.md @@ -53,13 +53,13 @@ Git LFS initialized. ``` [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文件。 diff --git a/docs/QuickStart.md b/docs/QuickStart.md index 71c19c3..9507bf6 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文件。 @@ -32,7 +32,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协议进行克隆或推送:克隆或推送大文件时仍需输入用户名和密码进行认证。