I am trying to use osx keychain with git, but when i enter
sudo mv git-credential-osxkeychain /usr/local/bin
and then my password i get the error: mv: git-credential-osxkeychain: No such file or directory
My git installation is located in /usr/local/bin/git
I am using Mac OSX Mountain Lion.
cd
command at the shell prompt before running themv
command, e.g.,cd /Users/herrnilsson/Desktop
. It sounds like you're unfamiliar with the command line, though. I'd recommend taking the time to go through a basic tutorial, like this one: barelystable.com/tutorials/terminal/Terminal_Tutorial/… – Laevogyrate