Estoy intentando instalar Git en mi nuevo MBP y estoy siguiendo la documentación @https://help.github.com/articles/set-up-git.Intentando instalar git en OSX: cannont exec 'git-credential-osxkeychain': Permiso denegado`
que parecen haber con un obstáculo en el punto donde dice: If you do not have the helper, you can download it and copy it to /usr/local/bin
navegué a/usr/local/bin en el terminal y hicieron un sudo wget [enlace a osxkeychain]. Cuando intento hacer un git config --global credential.helper osxkeychain
obtengo un fatal: cannont exec 'git-credential-osxkeychain': Permission denied
.
¿Qué hice mal?
Gracias!
Tre
Añadir 'sudo' antes del comando? –