Skip to content

[tooling] scripts/anvil_fork.sh not committed with execute bit — fresh clone breaks quickstart #257

@obchain

Description

@obchain

Refs #52

File: scripts/anvil_fork.sh

Problem

Git does track file mode if set before commit. If added with git add without prior chmod +x, it lands as 0644. README quickstart likely says ./scripts/anvil_fork.sh which fails with permission denied on fresh clone.

Fix

chmod +x scripts/anvil_fork.sh
git add --chmod=+x scripts/anvil_fork.sh

Verify with git ls-files -s scripts/anvil_fork.sh — mode field should be 100755.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglayer:devopsCI / deploy / infra / telemetrypr-reviewFindings from PR review processpriority:p2-polishNice-to-have / polishstatus:readyScoped and ready to pick up

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions