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
Post a Comment