1. 程式人生 > >WIN10生成一個SSH Keys

WIN10生成一個SSH Keys

nbsp spa con ssh key conf style win name use

利用git bash執行,下面命令:

git config --global user.name "jianuo"
git config --global user.email "[email protected]"


ssh-keygen -t rsa -C "[email protected]"


cat ~/.ssh/id_rsa.pub

把 cat 的結果,復制到github上 Add SSH Key,即可!

WIN10生成一個SSH Keys