github初始化

git config --global user.name="jinmengzhe"
git config --global user.email "[email protected]"
git config --lis
ssh-keygen -t rsa -C "[email protected]"
git clone [email protected]:mengzhejin/my-redis-study.git 
git config --global credential.helper wincred  https方式不用每次输入用户名密码

你可能感兴趣的:(开发工具)