2017年11月24日

jenkins Error performing command: git ls-remote -h

摘要: Jenkins新建项目中源码管理使用Git时遇到如下问题: Failed to connect to repository : Error performing command: git ls-remote -h http://192.168.0.22/finance/AMS-Server.git 阅读全文

posted @ 2017-11-24 17:18 耸立的青竹 阅读(11977) 评论(0) 推荐(1) 编辑

jenkins忘记管理员登陆密码的补救措施

摘要: jenkins可以作为我们日常运维过程中代码上线的发版平台,所以对jenkins的安全可靠的维护是十分重要的。 1)在登陆jenkins的时候,如果忘记普通用户的登陆密码,只要能用管理员账号登陆,还可以重置普通用户密码。 依次是“系统管理”->“管理用户”,看到“用户列表”,就可以编辑用户信息,修改 阅读全文

posted @ 2017-11-24 15:42 耸立的青竹 阅读(458) 评论(0) 推荐(0) 编辑

CentOS下编译安装python包管理安装工具pip教程

摘要: ubuntu 安装pip 代码如下: apt-get install python-pip 安装requests, pip install requests 对于centos的,直接 yum install pip 或者 yum install python-pip都是不行的。 CentOS 7.2 阅读全文

posted @ 2017-11-24 11:37 耸立的青竹 阅读(329) 评论(0) 推荐(0) 编辑

导航