Pycharm连接gitlab

Posted 晓风残梦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pycharm连接gitlab相关的知识,希望对你有一定的参考价值。

一。从gitlab上clone代码到本地pycharm

(一)。gitlab上找到创建项目的连接地址,分两种:

     1. http连接方式:

         http://10.22.1.72/derekchen/cxg.git

     2. ssh连接方式:

         [email protected]:derekchen/cxg.git

         免登陆方式:事先把client端的id_sda_pub里的公钥拷贝到gitlab

         登陆方式:输入ssh的账号密码

(二)。checkout gitlab

技术分享

(三)。填入地址,并test测试下联通性:

技术分享

技术分享

技术分享

 

(四)。点击“clone”,就会把gitlab上代码拉到本地pycharm里

技术分享

 

二。本地代码提交到gitlab:

1. 添加到本地git

技术分享

 

2.添加注释:

  技术分享

技术分享

 

3.提交,并push到gitlab上

技术分享

 

以上是关于Pycharm连接gitlab的主要内容,如果未能解决你的问题,请参考以下文章

HBuilder X怎么和pycharm前后端连接?

pycharm 怎么连接别的服务器

为什么pycharm导入redis库还是无法连接

Django---Pycharm连接数据库

PyCharm 远程调试 (pydevd) 无法连接

pycharm连接linux版python