gpt4 book ai didi

github-actions - FTP-Deploy-Action : fatal: Dirty repository: Having uncommitted changes. 退出

转载 作者:行者123 更新时间:2023-12-03 21:56:51 27 4
gpt4 key购买 nike

在我的 github 项目中,我使用了以下配置:

- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.0.0
with:
ftp-server: sftp://${{ secrets.HOST }}${{ secrets.PATH_PROJECT }}
ftp-username: ${{ secrets.FTP_USER }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
git-ftp-args: --insecure

但是在步骤 FTP-Deploy-Action ,我收到此错误:

fatal: Dirty repository: Having uncommitted changes. Exiting...



注意:
  • 是的,我确定我的更改已提交并推送
  • 因为这是由 github action 运行的,git status毫无意义(因为 github 操作会将 repo 克隆到 新环境 之前 git ftp push ,这会产生错误)

  • Github FTP-Deploy-Action issue link

    有关信息,我已经阅读了这些链接:
  • https://github.com/git-ftp/git-ftp/issues/327
  • Getting fatal: Dirty repository: Having uncommitted changes. Exiting... in Pipelines with git ftp push
  • Pipelines and git-ftp dirt repository error
  • 最佳答案

    我也遇到了这个问题。可能是您的构建过程更改了跟踪文件。

    我加了 git reset --hard在运行 FTP-Deploy-Actions 之前。关注 this tutorial的建议。

    我还很初级,所以可能有我不知道的更好的方法。

    关于github-actions - FTP-Deploy-Action : fatal: Dirty repository: Having uncommitted changes. 退出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61516256/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com