9월, 2015의 게시물 표시

linux에서 httpd init 제거

1. chkconfig httpd off 2. service httpd stop 3. chkconfig --list | grep "httpd" 가 모두 off 인지 확인

jenkins git local 옵션 오류

이미지
git plugin 설치 이후 ~~의 구성요소 중 GIT 설정시 아래와 같은 오류가 발생한다. Failed to connect to repository : Command "git config --local credential.username 유저명" returned status code 129: stdout:  stderr: error: unknown option `local' usage: git config [options] 위 오류를 처리 하기위해서는 git update( 1.7.12) 가 필요하다. 관련 URL :  http://stackoverflow.com/questions/23104110/unknown-option-git-config-local-reported-by-jenkins git update 방법 관련 URL :  http://tecadmin.net/how-to-upgrade-git-version-1-7-10-on-centos-6/