| blob_data |
2026-02-12T10:01:30.8684198Z iZ2zed3pt2nygf9dy1a9d 2026-02-12T10:01:30.8684198Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 30 of job 38, be triggered by event: push
2026-02-12T10:01:30.8689850Z workflow prepared
2026-02-12T10:01:30.8691327Z evaluating expression 'success()'
2026-02-12T10:01:30.8692800Z expression 'success()' evaluated to 'true'
2026-02-12T10:01:30.8699448Z expression '${{ secrets.GITEAS_TOKEN }}' rewritten to 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:01:30.8699922Z evaluating expression 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:01:30.8700325Z expression 'format('{0}', secrets.GITEAS_TOKEN)' evaluated to '%!t(string=***)'
2026-02-12T10:01:30.8701696Z expression '${{ secrets.GITEAS_HOST }}' rewritten to 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:01:30.8701987Z evaluating expression 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:01:30.8702250Z expression 'format('{0}', secrets.GITEAS_HOST)' evaluated to '%!t(string=***)'
2026-02-12T10:01:30.8702665Z evaluating expression ''
2026-02-12T10:01:30.8703260Z expression '' evaluated to 'true'
2026-02-12T10:01:30.8703417Z ⭐ Run Main Checkout code manually
2026-02-12T10:01:30.8706844Z expression '# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: ${{ github.repository }}"\necho "GITHUB_SHA: ${{ github.sha }}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="${{ github.repository }}"\nSHA="${{ github.sha }}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n' rewritten to 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)'
2026-02-12T10:01:30.8707496Z evaluating expression 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)'
2026-02-12T10:01:30.8710704Z expression 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)' evaluated to '%!t(string=# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: juhai/testpc"\necho "GITHUB_SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n)'
2026-02-12T10:01:30.8711484Z Wrote command \n\n# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: juhai/testpc"\necho "GITHUB_SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n\n\n to 'workflow/0.sh'
2026-02-12T10:01:30.8744104Z GITEA_HOST: ***
2026-02-12T10:01:30.8745875Z GITHUB_REPOSITORY: juhai/testpc
2026-02-12T10:01:30.8746097Z GITHUB_SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9
2026-02-12T10:01:30.8746260Z Cloning from: https://***REDACTED***@***/juhai/testpc.git (SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9)
2026-02-12T10:01:30.8786908Z [33mhint: Using 'master' as the name for the initial branch. This default branch name[m
2026-02-12T10:01:30.8787236Z [33mhint: is subject to change. To configure the initial branch name to use in all[m
2026-02-12T10:01:30.8787406Z [33mhint: of your new repositories, which will suppress this warning, call:[m
2026-02-12T10:01:30.8787576Z [33mhint: [m
2026-02-12T10:01:30.8787711Z [33mhint: git config --global init.defaultBranch <name>[m
2026-02-12T10:01:30.8787861Z [33mhint: [m
2026-02-12T10:01:30.8787991Z [33mhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and[m
2026-02-12T10:01:30.8788134Z [33mhint: 'development'. The just-created branch can be renamed via this command:[m
2026-02-12T10:01:30.8788274Z [33mhint: [m
2026-02-12T10:01:30.8788388Z [33mhint: git branch -m <name>[m
2026-02-12T10:01:30.8796579Z Initialized empty Git repository in /root/.cache/act/2eb9fdf2006f6fd6/hostexecutor/.git/
2026-02-12T10:01:31.1030086Z remote: Enumerating objects: 3188, done.[K
2026-02-12T10:01:31.1090146Z remote: Counting objects: 0% (1/3188)[K
remote: Counting objects: 1% (32/3188)[K
remote: Counting objects: 2% (64/3188)[K
remote: Counting objects: 3% (96/3188)[K
remote: Counting objects: 4% (128/3188)[K
remote: Counting objects: 5% (160/3188)[K
remote: Counting objects: 6% (192/3188)[K
remote: Counting objects: 7% (224/3188)[K
remote: Counting objects: 8% (256/3188)[K
remote: Counting objects: 9% (287/3188)[K
remote: Counting objects: 10% (319/3188)[K
remote: Counting objects: 11% (351/3188)[K
remote: Counting objects: 12% (383/3188)[K
remote: Counting objects: 13% (415/3188)[K
remote: Counting objects: 14% (447/3188)[K
remote: Counting objects: 15% (479/3188)[K
remote: Counting objects: 16% (511/3188)[K
remote: Counting objects: 17% (542/3188)[K
remote: Counting objects: 18% (574/3188)[K
remote: Counting objects: 19% (606/3188)[K
remote: Counting objects: 20% (638/3188)[K
remote: Counting objects: 21% (670/3188)[K
remote: Counting objects: 22% (702/3188)[K
remote: Counting objects: 23% (734/3188)[K
remote: Counting objects: 24% (766/3188)[K
remote: Counting objects: 25% (797/3188)[K
remote: Counting objects: 26% (829/3188)[K
remote: Counting objects: 27% (861/3188)[K
remote: Counting objects: 28% (893/3188)[K
remote: Counting objects: 29% (925/3188)[K
remote: Counting objects: 30% (957/3188)[K
remote: Counting objects: 31% (989/3188)[K
remote: Counting objects: 32% (1021/3188)[K
remote: Counting objects: 33% (1053/3188)[K
remote: Counting objects: 34% (1084/3188)[K
remote: Counting objects: 35% (1116/3188)[K
remote: Counting objects: 36% (1148/3188)[K
remote: Counting objects: 37% (1180/3188)[K
remote: Counting objects: 38% (1212/3188)[K
remote: Counting objects: 39% (1244/3188)[K
remote: Counting objects: 40% (1276/3188)[K
remote: Counting objects: 41% (1308/3188)[K
remote: Counting objects: 42% (1339/3188)[K
remote: Counting objects: 43% (1371/3188)[K
remote: Counting objects: 44% (1403/3188)[K
remote: Counting objects: 45% (1435/3188)[K
remote: Counting objects: 46% (1467/3188)[K
remote: Counting objects: 47% (1499/3188)[K
remote: Counting objects: 48% (1531/3188)[K
remote: Counting objects: 49% (1563/3188)[K
remote: Counting objects: 50% (1594/3188)[K
remote: Counting objects: 51% (1626/3188)[K
remote: Counting objects: 52% (1658/3188)[K
remote: Counting objects: 53% (1690/3188)[K
remote: Counting objects: 54% (1722/3188)[K
remote: Counting objects: 55% (1754/3188)[K
remote: Counting objects: 56% (1786/3188)[K
remote: Counting objects: 57% (1818/3188)[K
remote: Counting objects: 58% (1850/3188)[K
remote: Counting objects: 59% (1881/3188)[K
remote: Counting objects: 60% (1913/3188)[K
remote: Counting objects: 61% (1945/3188)[K
remote: Counting objects: 62% (1977/3188)[K
remote: Counting objects: 63% (2009/3188)[K
remote: Counting objects: 64% (2041/3188)[K
remote: Counting objects: 65% (2073/3188)[K
remote: Counting objects: 66% (2105/3188)[K
remote: Counting objects: 67% (2136/3188)[K
remote: Counting objects: 68% (2168/3188)[K
remote: Counting objects: 69% (2200/3188)[K
remote: Counting objects: 70% (2232/3188)[K
remote: Counting objects: 71% (2264/3188)[K
remote: Counting objects: 72% (2296/3188)[K
remote: Counting objects: 73% (2328/3188)[K
remote: Counting objects: 74% (2360/3188)[K
remote: Counting objects: 75% (2391/3188)[K
remote: Counting objects: 76% (2423/3188)[K
remote: Counting objects: 77% (2455/3188)[K
remote: Counting objects: 78% (2487/3188)[K
remote: Counting objects: 79% (2519/3188)[K
remote: Counting objects: 80% (2551/3188)[K
remote: Counting objects: 81% (2583/3188)[K
remote: Counting objects: 82% (2615/3188)[K
remote: Counting objects: 83% (2647/3188)[K
remote: Counting objects: 84% (2678/3188)[K
remote: Counting objects: 85% (2710/3188)[K
remote: Counting objects: 86% (2742/3188)[K
remote: Counting objects: 87% (2774/3188)[K
remote: Counting objects: 88% (2806/3188)[K
remote: Counting objects: 89% (2838/3188)[K
remote: Counting objects: 90% (2870/3188)[K
remote: Counting objects: 91% (2902/3188)[K
remote: Counting objects: 92% (2933/3188)[K
remote: Counting objects: 93% (2965/3188)[K
remote: Counting objects: 94% (2997/3188)[K
remote: Counting objects: 95% (3029/3188)[K
remote: Counting objects: 96% (3061/3188)[K
remote: Counting objects: 97% (3093/3188)[K
remote: Counting objects: 98% (3125/3188)[K
remote: Counting objects: 99% (3157/3188)[K
remote: Counting objects: 100% (3188/3188)[K
remote: Counting objects: 100% (3188/3188), done.[K
2026-02-12T10:01:31.1093605Z remote: Compressing objects: 0% (1/2091)[K
remote: Compressing objects: 1% (21/2091)[K
remote: Compressing objects: 2% (42/2091)[K
remote: Compressing objects: 3% (63/2091)[K
remote: Compressing objects: 4% (84/2091)[K
remote: Compressing objects: 5% (105/2091)[K
remote: Compressing objects: 6% (126/2091)[K
remote: Compressing objects: 7% (147/2091)[K
remote: Compressing objects: 8% (168/2091)[K
remote: Compressing objects: 9% (189/2091)[K
remote: Compressing objects: 10% (210/2091)[K
remote: Compressing objects: 11% (231/2091)[K
remote: Compressing objects: 12% (251/2091)[K
remote: Compressing objects: 13% (272/2091)[K
remote: Compressing objects: 14% (293/2091)[K
remote: Compressing objects: 15% (314/2091)[K
remote: Compressing objects: 16% (335/2091)[K
remote: Compressing objects: 17% (356/2091)[K
remote: Compressing objects: 18% (377/2091)[K
remote: Compressing objects: 19% (398/2091)[K
remote: Compressing objects: 20% (419/2091)[K
remote: Compressing objects: 21% (440/2091)[K
remote: Compressing objects: 22% (461/2091)[K
remote: Compressing objects: 23% (481/2091)[K
remote: Compressing objects: 24% (502/2091)[K
remote: Compressing objects: 25% (523/2091)[K
remote: Compressing objects: 26% (544/2091)[K
remote: Compressing objects: 27% (565/2091)[K
remote: Compressing objects: 28% (586/2091)[K
remote: Compressing objects: 29% (607/2091)[K
remote: Compressing objects: 30% (628/2091)[K
remote: Compressing objects: 31% (649/2091)[K
remote: Compressing objects: 32% (670/2091)[K
remote: Compressing objects: 33% (691/2091)[K
remote: Compressing objects: 34% (711/2091)[K
remote: Compressing objects: 35% (732/2091)[K
remote: Compressing objects: 36% (753/2091)[K
remote: Compressing objects: 37% (774/2091)[K
remote: Compressing objects: 38% (795/2091)[K
remote: Compressing objects: 39% (816/2091)[K
remote: Compressing objects: 40% (837/2091)[K
remote: Compressing objects: 41% (858/2091)[K
remote: Compressing objects: 42% (879/2091)[K
remote: Compressing objects: 43% (900/2091)[K
remote: Compressing objects: 44% (921/2091)[K
remote: Compressing objects: 45% (941/2091)[K
remote: Compressing objects: 46% (962/2091)[K
remote: Compressing objects: 47% (983/2091)[K
remote: Compressing objects: 48% (1004/2091)[K
remote: Compressing objects: 49% (1025/2091)[K
remote: Compressing objects: 50% (1046/2091)[K
remote: Compressing objects: 51% (1067/2091)[K
remote: Compressing objects: 52% (1088/2091)[K
remote: Compressing objects: 53% (1109/2091)[K
remote: Compressing objects: 54% (1130/2091)[K
remote: Compressing objects: 55% (1151/2091)[K
remote: Compressing objects: 56% (1171/2091)[K
remote: Compressing objects: 57% (1192/2091)[K
remote: Compressing objects: 58% (1213/2091)[K
remote: Compressing objects: 59% (1234/2091)[K
remote: Compressing objects: 60% (1255/2091)[K
remote: Compressing objects: 61% (1276/2091)[K
remote: Compressing objects: 62% (1297/2091)[K
remote: Compressing objects: 63% (1318/2091)[K
remote: Compressing objects: 64% (1339/2091)[K
remote: Compressing objects: 65% (1360/2091)[K
remote: Compressing objects: 66% (1381/2091)[K
remote: Compressing objects: 67% (1401/2091)[K
remote: Compressing objects: 68% (1422/2091)[K
remote: Compressing objects: 69% (1443/2091)[K
remote: Compressing objects: 70% (1464/2091)[K
remote: Compressing objects: 71% (1485/2091)[K
remote: Compressing objects: 72% (1506/2091)[K
remote: Compressing objects: 73% (1527/2091)[K
remote: Compressing objects: 74% (1548/2091)[K
remote: Compressing objects: 75% (1569/2091)[K
remote: Compressing objects: 76% (1590/2091)[K
remote: Compressing objects: 77% (1611/2091)[K
remote: Compressing objects: 78% (1631/2091)[K
remote: Compressing objects: 79% (1652/2091)[K
remote: Compressing objects: 80% (1673/2091)[K
remote: Compressing objects: 81% (1694/2091)[K
remote: Compressing objects: 82% (1715/2091)[K
remote: Compressing objects: 83% (1736/2091)[K
remote: Compressing objects: 84% (1757/2091)[K
remote: Compressing objects: 85% (1778/2091)[K
remote: Compressing objects: 86% (1799/2091)[K
remote: Compressing objects: 87% (1820/2091)[K
remote: Compressing objects: 88% (1841/2091)[K
remote: Compressing objects: 89% (1861/2091)[K
remote: Compressing objects: 90% (1882/2091)[K
remote: Compressing objects: 91% (1903/2091)[K
remote: Compressing objects: 92% (1924/2091)[K
remote: Compressing objects: 93% (1945/2091)[K
remote: Compressing objects: 94% (1966/2091)[K
remote: Compressing objects: 95% (1987/2091)[K
remote: Compressing objects: 96% (2008/2091)[K
remote: Compressing objects: 97% (2029/2091)[K
remote: Compressing objects: 98% (2050/2091)[K
remote: Compressing objects: 99% (2071/2091)[K
remote: Compressing objects: 100% (2091/2091)[K
remote: Compressing objects: 100% (2091/2091), done.[K
2026-02-12T10:01:31.9225620Z Receiving objects: 0% (1/3188)
Receiving objects: 1% (32/3188)
Receiving objects: 2% (64/3188)
Receiving objects: 3% (96/3188)
Receiving objects: 4% (128/3188)
Receiving objects: 5% (160/3188)
Receiving objects: 6% (192/3188)
Receiving objects: 7% (224/3188)
Receiving objects: 8% (256/3188)
Receiving objects: 9% (287/3188)
Receiving objects: 10% (319/3188)
Receiving objects: 11% (351/3188)
Receiving objects: 12% (383/3188)
Receiving objects: 13% (415/3188)
Receiving objects: 14% (447/3188)
Receiving objects: 15% (479/3188)
Receiving objects: 16% (511/3188)
Receiving objects: 17% (542/3188)
Receiving objects: 18% (574/3188)
Receiving objects: 19% (606/3188)
Receiving objects: 20% (638/3188)
Receiving objects: 21% (670/3188)
Receiving objects: 22% (702/3188)
Receiving objects: 23% (734/3188)
Receiving objects: 24% (766/3188)
Receiving objects: 25% (797/3188)
Receiving objects: 26% (829/3188)
Receiving objects: 27% (861/3188)
Receiving objects: 28% (893/3188)
Receiving objects: 29% (925/3188)
Receiving objects: 30% (957/3188)
Receiving objects: 31% (989/3188)
Receiving objects: 32% (1021/3188)
Receiving objects: 33% (1053/3188)
Receiving objects: 34% (1084/3188)
Receiving objects: 35% (1116/3188)
Receiving objects: 36% (1148/3188)
Receiving objects: 37% (1180/3188)
Receiving objects: 38% (1212/3188)
Receiving objects: 39% (1244/3188)
Receiving objects: 40% (1276/3188)
Receiving objects: 41% (1308/3188)
Receiving objects: 42% (1339/3188)
Receiving objects: 43% (1371/3188)
Receiving objects: 44% (1403/3188)
Receiving objects: 45% (1435/3188)
Receiving objects: 46% (1467/3188)
Receiving objects: 47% (1499/3188)
Receiving objects: 48% (1531/3188)
Receiving objects: 49% (1563/3188)
Receiving objects: 50% (1594/3188)
Receiving objects: 51% (1626/3188)
Receiving objects: 52% (1658/3188)
Receiving objects: 53% (1690/3188)
Receiving objects: 54% (1722/3188)
Receiving objects: 55% (1754/3188)
Receiving objects: 56% (1786/3188)
Receiving objects: 57% (1818/3188)
Receiving objects: 58% (1850/3188)
Receiving objects: 59% (1881/3188)
Receiving objects: 60% (1913/3188)
Receiving objects: 61% (1945/3188)
Receiving objects: 62% (1977/3188)
Receiving objects: 63% (2009/3188)
Receiving objects: 64% (2041/3188)
Receiving objects: 65% (2073/3188)
Receiving objects: 66% (2105/3188)
Receiving objects: 67% (2136/3188)
Receiving objects: 68% (2168/3188)
Receiving objects: 69% (2200/3188)
Receiving objects: 70% (2232/3188)
Receiving objects: 71% (2264/3188)
Receiving objects: 72% (2296/3188)
Receiving objects: 73% (2328/3188)
Receiving objects: 74% (2360/3188)
Receiving objects: 75% (2391/3188)
Receiving objects: 76% (2423/3188)
Receiving objects: 77% (2455/3188)
Receiving objects: 78% (2487/3188)
Receiving objects: 79% (2519/3188)
Receiving objects: 80% (2551/3188)
Receiving objects: 81% (2583/3188)
Receiving objects: 82% (2615/3188)
Receiving objects: 83% (2647/3188)
Receiving objects: 84% (2678/3188)
Receiving objects: 85% (2710/3188)
Receiving objects: 86% (2742/3188)
Receiving objects: 87% (2774/3188)
Receiving objects: 88% (2806/3188)
Receiving objects: 89% (2838/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 90% (2870/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 91% (2902/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 92% (2933/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 93% (2965/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 94% (2997/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 95% (3029/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 96% (3061/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 97% (3093/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 98% (3125/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 99% (3157/3188), 12.40 MiB | 24.80 MiB/s
remote: Total 3188 (delta 1048), reused 3180 (delta 1048), pack-reused 0[K
2026-02-12T10:01:31.9254310Z Receiving objects: 100% (3188/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 100% (3188/3188), 17.15 MiB | 21.11 MiB/s, done.
2026-02-12T10:01:32.0455300Z Resolving deltas: 0% (0/1048)
Resolving deltas: 1% (11/1048)
Resolving deltas: 2% (21/1048)
Resolving deltas: 3% (32/1048)
Resolving deltas: 4% (42/1048)
Resolving deltas: 5% (53/1048)
Resolving deltas: 6% (63/1048)
Resolving deltas: 7% (74/1048)
Resolving deltas: 8% (84/1048)
Resolving deltas: 9% (95/1048)
Resolving deltas: 10% (105/1048)
Resolving deltas: 11% (116/1048)
Resolving deltas: 12% (126/1048)
Resolving deltas: 13% (137/1048)
Resolving deltas: 14% (147/1048)
Resolving deltas: 15% (158/1048)
Resolving deltas: 16% (168/1048)
Resolving deltas: 17% (179/1048)
Resolving deltas: 18% (189/1048)
Resolving deltas: 19% (200/1048)
Resolving deltas: 20% (210/1048)
Resolving deltas: 21% (221/1048)
Resolving deltas: 22% (231/1048)
Resolving deltas: 23% (242/1048)
Resolving deltas: 24% (252/1048)
Resolving deltas: 25% (262/1048)
Resolving deltas: 26% (273/1048)
Resolving deltas: 27% (284/1048)
Resolving deltas: 28% (294/1048)
Resolving deltas: 29% (304/1048)
Resolving deltas: 30% (315/1048)
Resolving deltas: 31% (325/1048)
Resolving deltas: 32% (336/1048)
Resolving deltas: 33% (346/1048)
Resolving deltas: 34% (357/1048)
Resolving deltas: 35% (367/1048)
Resolving deltas: 36% (378/1048)
Resolving deltas: 37% (388/1048)
Resolving deltas: 38% (399/1048)
Resolving deltas: 39% (409/1048)
Resolving deltas: 40% (420/1048)
Resolving deltas: 41% (431/1048)
Resolving deltas: 42% (441/1048)
Resolving deltas: 43% (451/1048)
Resolving deltas: 44% (462/1048)
Resolving deltas: 45% (472/1048)
Resolving deltas: 46% (483/1048)
Resolving deltas: 47% (493/1048)
Resolving deltas: 48% (504/1048)
Resolving deltas: 49% (514/1048)
Resolving deltas: 50% (524/1048)
Resolving deltas: 51% (535/1048)
Resolving deltas: 52% (545/1048)
Resolving deltas: 53% (557/1048)
Resolving deltas: 54% (568/1048)
Resolving deltas: 55% (577/1048)
Resolving deltas: 56% (587/1048)
Resolving deltas: 57% (598/1048)
Resolving deltas: 58% (608/1048)
Resolving deltas: 59% (619/1048)
Resolving deltas: 60% (629/1048)
Resolving deltas: 61% (640/1048)
Resolving deltas: 62% (650/1048)
Resolving deltas: 63% (661/1048)
Resolving deltas: 64% (671/1048)
Resolving deltas: 65% (682/1048)
Resolving deltas: 66% (692/1048)
Resolving deltas: 67% (703/1048)
Resolving deltas: 68% (713/1048)
Resolving deltas: 69% (724/1048)
Resolving deltas: 70% (734/1048)
Resolving deltas: 71% (745/1048)
Resolving deltas: 72% (755/1048)
Resolving deltas: 73% (766/1048)
Resolving deltas: 74% (777/1048)
Resolving deltas: 75% (786/1048)
Resolving deltas: 76% (797/1048)
Resolving deltas: 77% (807/1048)
Resolving deltas: 78% (818/1048)
Resolving deltas: 79% (828/1048)
Resolving deltas: 80% (839/1048)
Resolving deltas: 81% (849/1048)
Resolving deltas: 82% (860/1048)
Resolving deltas: 83% (870/1048)
Resolving deltas: 84% (881/1048)
Resolving deltas: 85% (891/1048)
Resolving deltas: 86% (902/1048)
Resolving deltas: 87% (912/1048)
Resolving deltas: 88% (923/1048)
Resolving deltas: 89% (933/1048)
Resolving deltas: 90% (944/1048)
Resolving deltas: 91% (954/1048)
Resolving deltas: 92% (965/1048)
Resolving deltas: 93% (975/1048)
Resolving deltas: 94% (987/1048)
Resolving deltas: 95% (996/1048)
Resolving deltas: 96% (1007/1048)
Resolving deltas: 97% (1017/1048)
Resolving deltas: 98% (1028/1048)
Resolving deltas: 99% (1038/1048)
Resolving deltas: 100% (1048/1048)
Resolving deltas: 100% (1048/1048), done.
2026-02-12T10:01:32.1677809Z From https://***/juhai/testpc
2026-02-12T10:01:32.1678660Z * branch 359a23bb2b3c088576051d47f237505eaa12d9e9 -> FETCH_HEAD
2026-02-12T10:01:32.7403932Z Note: switching to '359a23bb2b3c088576051d47f237505eaa12d9e9'.
2026-02-12T10:01:32.7404702Z
2026-02-12T10:01:32.7405040Z You are in 'detached HEAD' state. You can look around, make experimental
2026-02-12T10:01:32.7405209Z changes and commit them, and you can discard any commits you make in this
2026-02-12T10:01:32.7405411Z state without impacting any branches by switching back to a branch.
2026-02-12T10:01:32.7405574Z
2026-02-12T10:01:32.7405695Z If you want to create a new branch to retain commits you create, you may
2026-02-12T10:01:32.7405922Z do so (now or later) by using -c with the switch command. Example:
2026-02-12T10:01:32.7406059Z
2026-02-12T10:01:32.7406227Z git switch -c <new-branch-name>
2026-02-12T10:01:32.7406354Z
2026-02-12T10:01:32.7406523Z Or undo this operation with:
2026-02-12T10:01:32.7406655Z
2026-02-12T10:01:32.7406770Z git switch -
2026-02-12T10:01:32.7406928Z
2026-02-12T10:01:32.7407032Z Turn off this advice by setting config variable advice.detachedHead to false
2026-02-12T10:01:32.7407217Z
2026-02-12T10:01:32.7407324Z HEAD is now at 359a23b t22收拾收拾
2026-02-12T10:01:32.7495538Z ✅ /tmp/rsync.pass created with password '***'
2026-02-12T10:01:32.7592594Z Commit message: t22收拾收拾
2026-02-12T10:01:32.7597203Z 🔄 Incremental sync...
2026-02-12T10:01:32.7907238Z Files to sync:
2026-02-12T10:01:32.7926393Z pc/system/.htaccess
2026-02-12T10:01:32.7926783Z pc/system/helpers/typography_helper.php
2026-02-12T10:01:32.7926984Z pc/system/helpers/inflector_helper.php
2026-02-12T10:01:32.7927138Z pc/system/helpers/file_helper.php
2026-02-12T10:01:32.7927289Z pc/system/helpers/string_helper.php
2026-02-12T10:01:32.7927418Z pc/system/helpers/url_helper.php
2026-02-12T10:01:32.7927545Z pc/system/helpers/directory_helper.php
2026-02-12T10:01:32.7927659Z pc/system/helpers/index.html
2026-02-12T10:01:32.7927773Z pc/system/helpers/html_helper.php
2026-02-12T10:01:32.7927894Z pc/system/helpers/text_helper.php
2026-02-12T10:01:32.7928004Z pc/system/helpers/xml_helper.php
2026-02-12T10:01:32.7928112Z pc/system/helpers/number_helper.php
2026-02-12T10:01:32.7928241Z pc/system/helpers/cookie_helper.php
2026-02-12T10:01:32.7928381Z pc/system/helpers/form_helper.php
2026-02-12T10:01:32.7928491Z pc/system/helpers/download_helper.php
2026-02-12T10:01:32.7928620Z pc/system/helpers/security_helper.php
2026-02-12T10:01:32.7928739Z pc/system/helpers/language_helper.php
2026-02-12T10:01:32.7928850Z pc/system/helpers/path_helper.php
2026-02-12T10:01:32.7928969Z pc/system/helpers/date_helper.php
2026-02-12T10:01:32.7929166Z pc/system/helpers/captcha_helper.php
2026-02-12T10:01:32.7929276Z pc/system/helpers/smiley_helper.php
2026-02-12T10:01:32.7929393Z pc/system/helpers/email_helper.php
2026-02-12T10:01:32.7929505Z pc/system/helpers/array_helper.php
2026-02-12T10:01:32.7929635Z pc/system/libraries/Email.php
2026-02-12T10:01:32.7929750Z pc/system/libraries/Ftp.php
2026-02-12T10:01:32.7929868Z pc/system/libraries/Profiler.php
2026-02-12T10:01:32.7929980Z pc/system/libraries/Cart.php
2026-02-12T10:01:32.7930104Z pc/system/libraries/Xmlrpcs.php
2026-02-12T10:01:32.7930219Z pc/system/libraries/Encryption.php
2026-02-12T10:01:32.7930330Z pc/system/libraries/Upload.php
2026-02-12T10:01:32.7930484Z pc/system/libraries/Unit_test.php
2026-02-12T10:01:32.7930595Z pc/system/libraries/Javascript/index.html
2026-02-12T10:01:32.7930727Z pc/system/libraries/Javascript/Jquery.php
2026-02-12T10:01:32.7930836Z pc/system/libraries/index.html
2026-02-12T10:01:32.7930963Z pc/system/libraries/Trackback.php
2026-02-12T10:01:32.7931077Z pc/system/libraries/Calendar.php
2026-02-12T10:01:32.7931183Z pc/system/libraries/Zip.php
2026-02-12T10:01:32.7932544Z pc/system/libraries/Image_lib.php
2026-02-12T10:01:32.7932842Z pc/system/libraries/Form_validation.php
2026-02-12T10:01:32.7933020Z pc/system/libraries/Javascript.php
2026-02-12T10:01:32.7933150Z pc/system/libraries/Xmlrpc.php
2026-02-12T10:01:32.7933297Z pc/system/libraries/Cache/index.html
2026-02-12T10:01:32.7933426Z pc/system/libraries/Cache/drivers/Cache_file.php
2026-02-12T10:01:32.7933567Z pc/system/libraries/Cache/drivers/Cache_wincache.php
2026-02-12T10:01:32.7933698Z pc/system/libraries/Cache/drivers/index.html
2026-02-12T10:01:32.7933824Z pc/system/libraries/Cache/drivers/Cache_dummy.php
2026-02-12T10:01:32.7933965Z pc/system/libraries/Cache/drivers/Cache_redis.php
2026-02-12T10:01:32.7934107Z pc/system/libraries/Cache/drivers/Cache_apc.php
2026-02-12T10:01:32.7934235Z pc/system/libraries/Cache/drivers/Cache_memcached.php
2026-02-12T10:01:32.7934366Z pc/system/libraries/Cache/Cache.php
2026-02-12T10:01:32.7934484Z pc/system/libraries/Session/index.html
2026-02-12T10:01:32.7934608Z pc/system/libraries/Session/Session_driver.php
2026-02-12T10:01:32.7935183Z pc/system/libraries/Session/SessionHandlerInterface.php
2026-02-12T10:01:32.7935419Z pc/system/libraries/Session/drivers/index.html
2026-02-12T10:01:32.7935600Z pc/system/libraries/Session/drivers/Session_database_driver.php
2026-02-12T10:01:32.7935806Z pc/system/libraries/Session/drivers/Session_memcached_driver.php
2026-02-12T10:01:32.7935965Z pc/system/libraries/Session/drivers/Session_files_driver.php
2026-02-12T10:01:32.7936104Z pc/system/libraries/Session/drivers/Session_redis_driver.php
2026-02-12T10:01:32.7936234Z pc/system/libraries/Session/Session.php
2026-02-12T10:01:32.7936352Z pc/system/libraries/Migration.php
2026-02-12T10:01:32.7936469Z pc/system/libraries/Typography.php
2026-02-12T10:01:32.7936581Z pc/system/libraries/User_agent.php
2026-02-12T10:01:32.7936694Z pc/system/libraries/Parser.php
2026-02-12T10:01:32.7936805Z pc/system/libraries/Pagination.php
2026-02-12T10:01:32.7936917Z pc/system/libraries/Encrypt.php
2026-02-12T10:01:32.7937038Z pc/system/libraries/Driver.php
2026-02-12T10:01:32.7937148Z pc/system/libraries/Table.php
2026-02-12T10:01:32.7937264Z pc/system/index.html
2026-02-12T10:01:32.7937400Z pc/system/database/DB_driver.php
2026-02-12T10:01:32.7937515Z pc/system/database/DB_cache.php
2026-02-12T10:01:32.7937621Z pc/system/database/DB_forge.php
2026-02-12T10:01:32.7937749Z pc/system/database/DB.php
2026-02-12T10:01:32.7937860Z pc/system/database/index.html
2026-02-12T10:01:32.7937988Z pc/system/database/DB_result.php
2026-02-12T10:01:32.7939211Z pc/system/database/DB_query_builder.php
2026-02-12T10:01:32.7939749Z pc/system/database/drivers/oci8/oci8_driver.php
2026-02-12T10:01:32.7940123Z pc/system/database/drivers/oci8/index.html
2026-02-12T10:01:32.7940286Z pc/system/database/drivers/oci8/oci8_result.php
2026-02-12T10:01:32.7940426Z pc/system/database/drivers/oci8/oci8_forge.php
2026-02-12T10:01:32.7940669Z pc/system/database/drivers/oci8/oci8_utility.php
2026-02-12T10:01:32.7940805Z pc/system/database/drivers/sqlite/sqlite_driver.php
2026-02-12T10:01:32.7940982Z pc/system/database/drivers/sqlite/sqlite_forge.php
2026-02-12T10:01:32.7941114Z pc/system/database/drivers/sqlite/index.html
2026-02-12T10:01:32.7941295Z pc/system/database/drivers/sqlite/sqlite_result.php
2026-02-12T10:01:32.7941417Z pc/system/database/drivers/sqlite/sqlite_utility.php
2026-02-12T10:01:32.7941563Z pc/system/database/drivers/mysqli/mysqli_forge.php
2026-02-12T10:01:32.7941890Z pc/system/database/drivers/mysqli/index.html
2026-02-12T10:01:32.7942065Z pc/system/database/drivers/mysqli/mysqli_utility.php
2026-02-12T10:01:32.7942250Z pc/system/database/drivers/mysqli/mysqli_driver.php
2026-02-12T10:01:32.7942377Z pc/system/database/drivers/mysqli/mysqli_result.php
2026-02-12T10:01:32.7942508Z pc/system/database/drivers/index.html
2026-02-12T10:01:32.7942622Z pc/system/database/drivers/cubrid/cubrid_driver.php
2026-02-12T10:01:32.7942740Z pc/system/database/drivers/cubrid/cubrid_result.php
2026-02-12T10:01:32.7942864Z pc/system/database/drivers/cubrid/index.html
2026-02-12T10:01:32.7942975Z pc/system/database/drivers/cubrid/cubrid_forge.php
2026-02-12T10:01:32.7943091Z pc/system/database/drivers/cubrid/cubrid_utility.php
2026-02-12T10:01:32.7943206Z pc/system/database/drivers/mssql/mssql_utility.php
2026-02-12T10:01:32.7943350Z pc/system/database/drivers/mssql/mssql_forge.php
2026-02-12T10:01:32.7943467Z pc/system/database/drivers/mssql/mssql_driver.php
2026-02-12T10:01:32.7943579Z pc/system/database/drivers/mssql/index.html
2026-02-12T10:01:32.7943763Z pc/system/database/drivers/mssql/mssql_result.php
2026-02-12T10:01:32.7943923Z pc/system/databa... |