自动化之持续集成2 使用bitlab管理代码

使用git管理代码 ,从git上拉取代码,需要ssh key授权,

1.在开发机上 安装git 使用gitbash生成sshkey


2.打开id_rsa.pub(公钥)写入gitlab -个人设置-ssh密钥。

3.使用IDE pull git代码


4.提交代码到gitlab。


猜你喜欢

转载自blog.csdn.net/twyth1214/article/details/81005095