Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pod install issue when git's core.fsmonitor feature is enabled #12158

Conversation

justinseanmartin
Copy link
Contributor

This prevents a copy error where the system is unable to copy the ipc file due to being a socket. This would otherwise manifest as errors during pod install with the message "too long unix socket path" if git's core.fsmonitor feature is enabled.

Resolves #11640

馃寛

@justinseanmartin justinseanmartin force-pushed the jmartin/11640-fsmonitor-install-error branch 2 times, most recently from d2e9b8f to 9ada976 Compare November 22, 2023 00:38
@justinseanmartin justinseanmartin changed the title Use rsync to exclude copying the fsmonitor--daemon.ipc Fix pod install issue when git's core.fsmonitor feature is enabled Nov 22, 2023
This prevents a copy error where the system is unable to copy the ipc
file due to being a socket. This would otherwise manifest as errors
during pod install with the message "too long unix socket path" if git's
`core.fsmonitor` feature is enabled.

Resolves CocoaPods#11640
@justinseanmartin justinseanmartin force-pushed the jmartin/11640-fsmonitor-install-error branch from 9ada976 to 8fd4239 Compare November 22, 2023 00:46
@justinseanmartin justinseanmartin merged commit 1413fde into CocoaPods:master Nov 22, 2023
6 checks passed
@justinseanmartin justinseanmartin deleted the jmartin/11640-fsmonitor-install-error branch November 22, 2023 01:32
@Navaie Navaie mentioned this pull request Feb 14, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When install some_pod,error: ArgumentError - too long unix socket path (115bytes given but 104bytes max)
2 participants