git 配置

git常用命令

  • git 配置用户名

    • git config --global user.name "yourname"
    • git config --global user.email "your email"
  • 生成公钥

    ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

  • 设置远程仓库

    git remote add origin [url]

  • 查看远程仓库地址

    git remote -v

posted @ 2021-01-10 21:10  -至尊宝-  阅读(63)  评论(0编辑  收藏  举报