美文网首页
git+sourceTree+gitLab 代码管理

git+sourceTree+gitLab 代码管理

作者: 顽主_f9dc | 来源:发表于2017-09-12 20:16 被阅读0次

    使用过 git +github, git+sourceTree +coding ,git+sourceTree+gitLab等代码管理组合。其实都是一样的,都是git做管理。下午给一台新电脑(w10)配置了 git+sourceTree+gitLab 记录一下。

    1、git 64位 下载地址:http://rj.baidu.com/soft/detail/40642.html  安装完毕要记得安装目录。

     2、sourceTree中文版 下载地址:

    3、gitLab 公司会分配给你账户、邮箱。进入之后只要。创建项目。

    下面开始配置:

    4、利用git bash生成公钥和私钥

        4.1.利用git bash生成公钥和私钥 方法请参照:http://www.cnblogs.com/alwayswyy/p/5674635.html

        注意: .ssh文件在C:\Users\Administrator\.ssh   这里替换为你电脑的用户名:Administrator

    5、解压sourceTree.zpi,不需要安装。

        5.1、配置git:打开工具—>选项——>Git 选择使用系统安装Git 选择刚刚安装的git目录即可,全局忽略文件可以使用默认的配置或者自己配置 如图:

          5.2、:配置ssh密钥:打开工具—>选项——>一般  全名:公司分配的用户名,电子邮箱地址:公司分配的。

    将公钥 id_rsa 配置好。

     6、登录gitLab 配置  ssh keys 公钥 

      7、复制项目地址,克隆项目。

    相关文章

      网友评论

          本文标题:git+sourceTree+gitLab 代码管理

          本文链接:https://www.haomeiwen.com/subject/nwhfsxtx.html