正式版第一次提交(修复Action流问题)
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 33s

This commit is contained in:
叁玖领域 2026-05-01 22:51:41 +08:00
parent 5132063140
commit 3dd41870c6

View File

@ -18,6 +18,16 @@ jobs:
runs-on: ubuntu-latest
steps:
# ✅ 新增:配置 Git 以解决 HTTP/2 问题
- name: Configure Git for stable cloning
run: |
git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
git config --global core.compression 0
echo "✅ Git 配置已优化"
- name: Checkout code
uses: https://gitea.com/actions/checkout@v4