Skip to content

[BUG] 目录所有文章-最近更新,本地与远程打包不同,数据不对 #91

Answered by real-jacket
real-jacket asked this question in Q&A
Discussion options

You must be logged in to vote

经过再次研究,问题已经解决。先说结论:
在 gihutb action 上需新增以下配置,具体位置是在构建前:

- name: Git Configuration
        run: |
          git config --global core.quotePath false
          git config --global core.autocrlf false
          git config --global core.safecrlf true
          git config --global core.ignorecase false

具体可以参考相关文章:

Replies: 3 comments 29 replies

Comment options

You must be logged in to vote
27 replies
@real-jacket
Comment options

@hiifong
Comment options

@real-jacket
Comment options

@hiifong
Comment options

@Lruihao
Comment options

Comment options

You must be logged in to vote
2 replies
@real-jacket
Comment options

@Ayouuuu
Comment options

Answer selected by real-jacket
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
4 participants
Converted from issue

This discussion was converted from issue #90 on March 28, 2022 00:07.