This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Commit 61cfa97
Fix macOS extended attributes error in Docker container operations (#19)
Improve tar commands to properly exclude extended attributes on macOS that cause
"lsetxattr com.apple.provenance" errors in Docker operations. This extends the
previous fix to cover additional tar operations in the container setup process.
Changes:
- Add explicit --no-xattrs and --no-fflags flags for macOS tar operations
- Apply fix to both git history copying and Claude config directory copying
- Auto-fix ESLint style issues for consistency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 15c1b97 commit 61cfa97
2 files changed
Lines changed: 176 additions & 170 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
596 | 599 | | |
597 | | - | |
| 600 | + | |
598 | 601 | | |
599 | 602 | | |
600 | 603 | | |
| |||
785 | 788 | | |
786 | 789 | | |
787 | 790 | | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
788 | 794 | | |
789 | | - | |
| 795 | + | |
790 | 796 | | |
791 | 797 | | |
792 | 798 | | |
| |||
0 commit comments