728x90
Jenkins랑 GitLab이랑 연동을 하는 중에
Failed to connect to repository: command "git ls-remote -h -- https://gitlab.com/--/--.git head"
returned status code 128
이런 에러가 자꾸 나서 연동이 안됐다.
이유는
credential을 만들 때 Username에 gitlab 아이디를 넣어야하는데 다른걸 넣어줘서 발생하는 오류였다.
다시 Username에 아이디 잘 넣고, password에 git token 잘 넣고 다시 생성해주니 성공했다ㅠ
https://ojm1484.tistory.com/58
연동하는 방법만 담은 게시물이다!
728x90
'일기장 > 오류일기' 카테고리의 다른 글
[SpringBoot] java.lang.ClassNotFoundException (2) | 2023.03.10 |
---|---|
[Vue.js] EsLint 오류 잡아보기 (4) | 2022.06.24 |
@requestParam | type String not present 오류 (2) | 2022.04.29 |