Git和GitGithub使用

2019-11-02  本文已影响0人  薙月

Git初始化配置

git config --global user.name 你的英文名
git config --global user.email 你的邮箱
git config --global push.default simple
git config --global core.quotepath false
git config --global core.editor "code --wait"
git config --global core.autocrlf input

Git基本指令

Git简写设置

Git和Github关联

  1. ssh-keygen -t rsa 4096 -C <邮箱地址>
  2. 打开公钥并上传至Github


    上传公钥
上一篇 下一篇

猜你喜欢

热点阅读