git一些基础操作

安装完成后,还需要最后一步设置,在命令行输入:

$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"

生成项目shhKey

$  ssh-keygen

查看生成key

  $ cat ~/.ssh/id_rsa.pub

使用简易指南

http://www.bootcss.com/p/git-guide/

猜你喜欢

转载自www.cnblogs.com/jiangxiaochang/p/9947839.html