Skip to content

Commit

Permalink
Docs: modify docs
Browse files Browse the repository at this point in the history
modify BasicGuide.md
modify QuickStart.md
  • Loading branch information
Zherphy committed Oct 18, 2024
1 parent ab14226 commit 057ec05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/BasicGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ Git LFS initialized.
通过.lfsconfig文件来配置lfs服务大文件的远程地址,使得将仓库中的大文件上传至第三方LFS服务中。

```
# .lfsconfig文件的格式为
[lfs]
   url = https://openeuler-bigfiles.test.osinfra.cn/{owner}/{repo}
[lfs]
   url = https://openeuler-bigfiles.test.osinfra.cn/{owner}/{repo}
```

- 或者通过命令行设置仓库中LFS远程地址:
Expand Down
6 changes: 4 additions & 2 deletions docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
在仓库根目录下创建.lfsconfig文件以指定第三方LFS服务,文件内容如下:

```
[lfs]
[lfs]
   url = https://openeuler-bigfiles.test.osinfra.cn/{owner}/{repo}
```

Expand All @@ -22,10 +22,12 @@ $ git config --local lfs.url https://openeuler-bigfiles.test.osinfra.cn/{owner}/
```

> 当存在.lfsconfig文件时,使用命令行进行LFS远程地址设置的优先级将高于.lfsconfig文件。
url中{owner}/{repo}替换为实际的仓库路径,注意仓库路径的大小写
url中{owner}/{repo}替换为实际的仓库路径,如:openeuler/lfs。由于Gitee默认会将仓库路径中的大写转化为小写,请确认仓库路径的大小写

## 第三方LFS服务与Gitee的使用差异

关于GIT LFS的基本使用请详阅[基础教程](BasicGuide.md)。我们努力使第三方LFS服务与原生LFS服务的使用差异尽可能少,以下是现存的一些差异:

- 当您fork一个仓库:
- 在fork一个已经使用第三方LFS服务作为LFS远程服务的仓库后,需要手动修改新仓库中LFS远程地址中的{owner}以及{repo},否则会出现权限校验问题,**错误代码401**
- 当您使用ssh协议进行克隆或推送:
Expand Down

0 comments on commit 057ec05

Please sign in to comment.