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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--protect-args unknown option on OS X #52

Open
grahamgilbert opened this issue May 19, 2015 · 4 comments
Open

--protect-args unknown option on OS X #52

grahamgilbert opened this issue May 19, 2015 · 4 comments
Labels

Comments

@grahamgilbert
Copy link

When running git fat push on OS X 10.10.3, the following error is produced:

rsync: --protect-args: unknown option
rsync error: syntax or usage error (code 1) at /SourceCache/rsync/rsync-45/rsync/main.c(1333) [client=2.6.9]

Removing --protect-args from line 379 resolves this, but I'm unfamiliar with this option so I'm not sure what the effect of this is.

@justinclift
Copy link

Which version of git fat are you using? 😄 Asking just in case you're using an older version, as I kind of remember something about the guys working on this problem for the release that was done recently.

@grahamgilbert
Copy link
Author

@abraithwaite
Copy link

Yep, this is related to a change merged a while back (not this latest release though)

#35 (comment)

I'll keep this issue open, but right now the easiest and probably best thing to do if you're able to is install a later version of rsync from homebrew or macports.

@natewalck
Copy link

Would it be possible to add --protected-args based on rsync version? OS X 10.11 ships with rsync 2.6.9, which is ancient.

There was another commit on #35 that said it fixed this, but it still seems broken on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants