Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/BasicGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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文件。
Expand Down
6 changes: 3 additions & 3 deletions docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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文件。
Expand All @@ -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协议进行克隆或推送:克隆或推送大文件时仍需输入用户名和密码进行认证。
Expand Down
Loading