联系方式

在为成为全栈而努力中···

常用的一些命令

Python

pip freeze > ***.txt
pip install -r ***.txt

Git

git config –global user.name “John Doe”
git config –global user.email johndoe@example.com
ssh-keygen -t rsa -C “github邮箱” 生成ssh key
ssh git@github.com 测试
ssh -T git@git.coding.net

hexo

前提得有Git、Node.js
npm install -g hexo-cli