728x90
에러 발생
Failed to connect to repository : Command "git.exe ls-remote -h -- https://github.com/BootCampFire/Back-end.git HEAD" returned status code 128:
stdout:
stderr: fatal: Cannot prompt because user interactivity has been disabled.
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/BootCampFire/Back-end.git/'
해결
1.Jenkins 관리 -> System
2. Git 설정
원래 Secret text로 설정했음 -> Username with password로 변경
username : 내 깃 아이디
password : token
ID : 내가 쓰고 싶은거
'Back-End > Issues' 카테고리의 다른 글
[GitHub Actions] ApplicationTests > contextLoads() FAILED (0) | 2023.09.12 |
---|---|
[GitHub Actions] Directory ~ does not contain a Gradle build (0) | 2023.09.12 |
[MariaDB] Driver org.mariadb.jdbc.Driver claims to not accept jdbcUrl (0) | 2023.08.04 |
[Querydsl] gradle 설정 오류 (0) | 2022.10.25 |
[Docker] 포트 충돌 (0) | 2022.10.20 |