git: 'credential-osxkeychainit' is not a git command. See 'git --help' -


when try push committed changes repo command line on mac os x

git push

i following message:

git: 'credential-osxkeychainit' not git command. see 'git --help'.

this irrespective of if date or not.

any ideas can messed up?

this post (from 2011...) explain why not work under windows.

this git-credential-cache doesn’t work windows systems git-credential-cache communicates through unix socket.

try might solve problem:

git config --global credential.helper wincred 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -