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

Commits on Nov 22, 2023

  1. Use rsync to exclude copying the fsmonitor--daemon.ipc

    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 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8fd4239 View commit details
    Browse the repository at this point in the history