鼎鼎知识库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

克隆公司Wiki到本地.md 594B

1234567891011121314
  1. # 前提准备
  2. - 安装Visual Studio Code
  3. - 安装Gitbash
  4. - 获取公司源代码库的用户名和密码(由管理员分配)
  5. # 配置公钥私钥
  6. 配置公钥私钥以后,在每次`git push`或`git pull`时,就不需要每次输入用户名和密码了。
  7. - 打开命令行终端:ssh-keygen -t rsa -C "darren@ddingsafe.com", 如果已经有了,就不需要生成了
  8. - 私钥的保存位置在:C:\Users\Administrator.ssh\id_rsa.pub
  9. - 拷贝id_rsa.pub中的内容到设置,管理SSH密钥,增加密钥
  10. - 拷贝到本地:`git clone http://47.103.61.198:3000/darren/DDWiki.git`