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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -