鼎鼎知识库
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.

前提准备

  • 安装Visual Studio Code
  • 安装Gitbash
  • 获取公司源代码库的用户名和密码(由管理员分配)

配置公钥私钥

配置公钥私钥以后,在每次git pushgit pull时,就不需要每次输入用户名和密码了。

  • 打开命令行终端:ssh-keygen -t rsa -C “darren@ddingsafe.com”, 如果已经有了,就不需要生成了
  • 私钥的保存位置在:C:\Users\Administrator.ssh\id_rsa.pub
  • 拷贝id_rsa.pub中的内容到设置,管理SSH密钥,增加密钥
  • 拷贝到本地:git clone http://47.103.61.198:3000/darren/DDWiki.git