progit / progit2-zh

Other
1.46k stars 359 forks source link

【显示错误】2.2 Git 基础 - 记录每次更新到仓库 #468

Closed hasban12138 closed 12 months ago

hasban12138 commented 1 year ago

中文版本这一段是

使用两个星号()表示匹配任意中间目录,比如 a//z 可以匹配 a/z 、 a/b/z 或 a/b/c/z 等

image

而在英文版本是

You can also use two asterisks to match nested directories; a/**/z would match a/z, a/b/z, a/b/c/z, and so on

image

git上是正确的 但是在显示时是错误的

networm commented 1 year ago

合并了,后续注意看下看看官网 HTML 与 PDF 有没有改对

hasban12138 commented 1 year ago

好的 不过请问大约需要多久能刷新呢

networm commented 1 year ago

看起来不会刷新了,构建一直失败 fix 2.2章 星号(*)显示错误 · progit/progit2-zh@a79913e https://github.com/progit/progit2-zh/actions/runs/7032757931

hasban12138 commented 1 year ago

看起来像是超时了 网络问题吗

image

networm commented 12 months ago

现在打包系统增加了一个书籍内的链接有效性检查,如果发现无法访问就会打包失败。 如果你有兴趣的话,可以看下英文原版是怎么改的,然后提交一下对应的修复。

hasban12138 commented 12 months ago

英文原版修改指的是的 链接有效性检查吗 那么这个我需要去哪里找参考呢

networm commented 12 months ago

在英文版仓库中查找这个链接是什么时候被删除掉的,可以使用 git log -p 之类的查找下每次的改动。

hasban12138 commented 12 months ago

好的 我看一下这个要怎么处理 考虑到之前没有类似经验 可能需要点时间 或者可能存在不太清楚

networm commented 12 months ago

先在中文版里面找到错误 URL 所在的章节,然后去英文版对应章节里看下改成什么了。

hasban12138 commented 12 months ago

2.2 Git 基础 - 记录每次更新到仓库 book已经更新 image