Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 249 Bytes

git-learn-1.md

File metadata and controls

16 lines (16 loc) · 249 Bytes

###Git Start

  win: 安装 git
  ubuntu: apt-get git
  mac 支持
  1. 生成ssh
  ssh-keygen
  cat ~/.ssh/id_rsa.pub  //复制粘贴到github
  1. 添加公钥
  2. 验证连接