chmod 600 /path/to/key chmod 400 /path/to/key
chmod 600 /path/to/key
chmod 400 /path/to/key
eval "$(ssh-agent -s)" ssh-add /path/to/key
eval "$(ssh-agent -s)"
ssh-add /path/to/key
git config user.name "yourname" git config user.email "youremail"
git config user.name "yourname"
git config user.email "youremail"