
00:00:00
外卖卷:非常划算 扫码领劵 省点小钱钱
git config --listgit config user.name
git config user.password
git config user.emailgit config --global user.name “用户名”
git config --global user.email “邮箱”
# 用户名:建议使用注册 GitHub 时用的用户名
# 邮箱:建议使用注册 GitHub 时用的邮箱ssh-keygen -t rsa -C “邮箱地址”
公钥:id_rsa.pub
私钥:id_rsa
评论