1.在github中创建一个账号:https://github.com/join?source=header-home 2.下载并安装git:https://git-scm.com/downloads 3.安装成功后打开Git Bash,输入下列命令,设置git全局用户名和邮箱 1 2 $ git ...
分类:
Web程序 时间:
2020-01-11 13:15:29
阅读次数:
90
To use GIT on your Windows computer you must first download and install it. You can download the latest version of GIT from this page. Download the in ...
Let‘s Encrypt 获取Https证书 假设安装目录:/root/letsencrypt1.cd root目录安装git yum -y install git2.输入 git clone https://github.com/letsencrypt/letsencrypt3.cd letse ...
分类:
其他好文 时间:
2020-01-09 19:08:25
阅读次数:
109
1.下载war包,jar包的启动: java -jar jenkins.war --httpPort=8080 2.使用tomcat部署,下载tomcat,war包放在webapps下,启动tomcat > bin/startup.sh shutdown.sh,启动/停止 > logs/catali ...
分类:
其他好文 时间:
2020-01-09 01:37:40
阅读次数:
120
Jenkins job介绍 ? Jenkins Freestyle与Pipeline Job区别 ? ? Jenkins Job构建配置 一 、环境准备 1.配置Jenkins server本地Gitlab DNS 2.安装git client, curl工具依赖 3.关闭系统Git http.ss ...
分类:
其他好文 时间:
2020-01-08 10:47:00
阅读次数:
134
首先需要在Github创建一个仓库,我这里以我的HelloWorldchang仓库为例。 安装git -- 略过 新建一个本地仓库,路径和文件名任意,双击进入到这个文件下,鼠标右键->单击git bash here 按照如下操作完成初始化 接下来需要配置使用ssh连接github ssh-keyge ...
分类:
其他好文 时间:
2020-01-07 22:44:52
阅读次数:
106
安装git https://git scm.com/download/win $ git version git version 2.21.0.windows.1 安装node.js https://nodejs.org/en/ $ node v v12.14.0 $ npm v 6.13.4 安装 ...
分类:
其他好文 时间:
2020-01-06 09:29:09
阅读次数:
98
不使用 git 命令行,只在 Android Studio 进行简易操作,将代码进行上传。 首先,电脑必修安装 git ,这里不讲解 git 的安装流程,直接开始上传代码吧。 一、AS 上方菜单栏 VCS --> Checkout from Version Control --> Git 二、将仓库 ...
分类:
移动开发 时间:
2020-01-05 11:53:00
阅读次数:
137
首先需要一个GitHub的账号 账号创建地址:https://github.com/join?source=header home 下载安装Git:https://gitforwindows.org/ 打开Git Bash 可以按win键再查找 设置全局的账户,邮箱 在命令行中输入: git con ...
分类:
Web程序 时间:
2020-01-04 14:18:25
阅读次数:
89
首先必须安装Git,可以去官网下载,安装对应版本即可。Pycharm会自动检测到已安装的Git。 其次网页Github上账号已登录 1、打开Pycharm——选择上方菜单栏File——Settings;选择Version Control——Github 2、填入自己的Github账号名称和密码,并点 ...
分类:
Web程序 时间:
2020-01-02 20:45:59
阅读次数:
75