tripleaxis
2/7/2015 - 6:16 PM

Set current user perms to npm dir

Set current user perms to npm dir

# start SSH agent
eval "$(ssh-agent -s)"

# add new key for user
ssh-add ~/.ssh/id_rsa
ssh-keygen -t rsa -C "your_email@example.com"