forked from github-such-software/hash-wallet
Windows CI: configure git identity before any submodule ops #30
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
scripts/monero_c/apply_patches.sh (run by prepare_moneroc.sh) does
git-commit-equivalents that fail when the user.email + user.name aren't
set. The runner service runs as LocalSystem, which has no global git
config — git rejects with:
fatal: unable to auto-detect email address
(got 'SYSTEM@DESKTOP-IIM2FS2.(none)')
Add a "Configure git identity + safe.directory" step right after
checkout, mirroring the Android workflow's "Configure git inside the
container" step. Also pre-empt git's safe.directory check, since the
checkout dir owner may not match the LocalSystem identity.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist