Blogger Information
Blog 2
fans 0
comment 5
visits 12523
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
phpstorm+gitee插件实现代码托管到码云平台
多波
Original
6177 people have browsed it

phpstorm 是php开发的利器,gitee是国内仿github的最大代码托管站,免费帐号可用1GB空间。

gitee为IDEA系列开发工具开发了专属插件,用于git管理。phpstorm也属于idea系列。下面我来完成gitee插件的安装。

操作环境:windows xp。

1、准备软件:phpstorm、git、 gitee插件。

                   phpstorm最新版本下载,下载地址

                  git最新版本下载,下载地址

                  git 只有2.10以内版本支持xp,下载地址

                   gitee插件下载,下载地址

2、安装phpstorm、安装git,无需配置。下载gitee插件,并解压缩。

3、在https://gitee.com/   注册帐号。登录进帐号后创建项目。如peterZhu。

4、phpstorm安装插件

    在file-->setting 里左侧树里找到plugin,右侧工作区右下角找到“install plugin from disk”按钮,找到插件的jar文件地址安装即可。

psm1.png

5、配置gitee插件。

    在settings里version control可以找到gitee。点击进入配置工作区

psm2.png

 host:不用改,默认gitee.com

Token: 点击 Create Api Token, 弹出Token生成页,其中login输入gitee.com的注册帐号邮箱,点login就可以了。后面一路确定。就安装完成了。

psm3.png


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
phpcn_u66312 2017-12-16 19:49:45
也可以不下载,在plugin页面中选择 Browse Repositories按钮点击,在搜索框上直接输入gitee,可以直接安装
1 floor
Author's latest blog post