본문 바로가기
마주쳤던 에러 해결 모음

Failed to connect to repository - jenkins bitbucket 연동하며 애먹었던 에러

by 문자메일 2021. 8. 15.




https://windowshyun.tistory.com/30

 

젠킨스(Jenkins) 윈도우(Windows) 버전 Git Private Repositories 불러오기

- 젠킨스(Jenkins) 윈도우(Windows)에서 Github Private Repositories를 불러오는 방법입니다. - 필수 준비물 : Git, Private Repo, Jenkins, GitHub ID 1. 젠킨스에 로그인 한 뒤 "새 작업"을 눌러줍니다. 2. it..

windowshyun.tistory.com

Failed to connect to repository : Command "git.exe ls-remote -h https://github.com/WindowsHyun/Webthisisserver.git HEAD" returned status code 128:
stdout: 
stderr: Logon failed, use ctrl+c to cancel basic credential prompt. 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/WindowsHyun/Webthisisserver.git/'

 

젠킨스에서 위와 같은 에러 발생했을 때, 원인 한참 찾아보니 초기 bitbucket 레퍼지토리 생성할 때 private로 생성하여 발생하였던 에러였음.

레퍼지토리 public으로 다시 생성하니 에러 발생 안하고 잘 됨

댓글