YoungSx
8/9/2017 - 4:21 AM

Git SSH 密钥生成 #tags:git, ssh

Git SSH 密钥生成 #tags:git, ssh

git config --global user.name "humingx"
git config --global user.email "humingx@yeah.net"
ssh-keygen -t rsa -C "humingx@yeah.net"