全局设定GitHub账号密码
git config --global user.name "用户名"
git config --global user.email "用户邮箱"
记住账号密码
在你git的目录下输入git config --global credential.helper store
git config --global user.name "用户名"
git config --global user.email "用户邮箱"
在你git的目录下输入git config --global credential.helper store
微信支付
支付宝