github - git credential osxkeychain cannot execute binary file -


hi following github guide.
after executing curl command, following when run git credential-osxkeychain:

/usr/bin/git-credential-osxkeychain:    /usr/bin/git-credential-osxkeychain: cannot execute binary file 

any ideas on how solve this?

that right issue, if didn't execute the:

chmod u+x git-credential-osxkeychain 

note need download file in directory in $path (which should case here, /usr/bin).

try chmod bit more large:

chmod 775 git-credential-osxkeychain 

Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -