ssh agent config in node
npm install ngit
Always add your ssh key to the ssh-agent before executing a git command
``bashexport SSH_KEY_PATH=~/id_rsa_foo
bashexport SSH_KEY_PATH=~/id_rsa_foo
cd /path/to/git/repongit status``