标签:man oba style use dsa basic mos directory lock
First start by setting up your own public/private key pair set. This can use either DSA or RSA, so basically any key you setup will work. On most systems you can use ssh-keygen.
cd ~/.ssh && ssh-keygen
cat id_rsa.pub | pbcopy
cat id_rsa.pub | xclip
cat id_rsa.pub | clip
git config --global user.name "jason"
git config --global user.email jasonzeng@...
Thats it you should be good to clone and checkout.
标签:man oba style use dsa basic mos directory lock
原文地址:https://www.cnblogs.com/ZengYunChun/p/8933405.html