标签:本地 git clone images 测试版 1.5 username height src blog
已经在jenkins服务器上生成公钥后,把公钥里的内容复制到githup里,实现认证。
1、先输入以下两条命令,然后git config -l检查
git config --global user.name “githup用户名”
git config --global user.email "github邮箱"
2 、在jenkins服务器输入git clone https://github.com/username/project.git,自动在当前文件夹创建对应project的空文件夹。
jenkins githup前戏 git本地搭建 个人 测试版本
标签:本地 git clone images 测试版 1.5 username height src blog
原文地址:http://www.cnblogs.com/pyoyw/p/6415558.html