250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- fastapi
- Java
- Spring
- Express
- axios
- nodejs
- MUI
- deploy
- javascript
- linux
- AWS
- MongoDB
- TypeScript
- error
- Troubleshooting
- React
- springboot
- Jenkins
- docker
- macbook
- EC2
- Github Actions
- webhook
- 500
- RDS
- AWS EC2
- python
- js
- github
- ngrok
Archives
- Today
- Total
BEAT A SHOTGUN
[TROUBLESHOOTING] ERROR in Jenkins 'Failed to connect to repository : Error performing git command: git ls-remote -h HEAD' 본문
TROUBLESHOOTING
[TROUBLESHOOTING] ERROR in Jenkins 'Failed to connect to repository : Error performing git command: git ls-remote -h HEAD'
thovy 2022. 12. 10. 16:06728x90
반응형
SMALL
ERROR ❌
Jenkins 에 git 소스를 넣으려할 때
이런 에러가 난다?
jenkins 가 설치된 os 에 git 이 설치되어 있지 않은 거다.
SOLUTION ✅
for AWS EC2
AWS EC2 라면 putty
에 접속해 sudo yum install git
을 설치해주자.
for WINDOWS OR MAC
WINDOSWS 나 MAC 이라면 git 홈페이지
가서 설치해주자.
끝
항상 멍청해지지 않도록 조심하자!
728x90
반응형
LIST
'TROUBLESHOOTING' 카테고리의 다른 글
[TROUBLESHOOTING] Github Action 을 이용한 build 에서 CI Error 가 날 때 (0) | 2022.12.23 |
---|---|
[THROUBLESHOOTING] ERROR - DOCKER Installation for Windows - WSL 2 Installation is incomplete (0) | 2022.12.14 |
[TROUBLESHOOTING] EC2 Linux 에서 jenkins 지우기 (0) | 2022.12.02 |
[ERROR] 갑자기 linux 명령어가 안 먹을 때 command not found (0) | 2022.11.30 |
[Recharts] 차트 크기를 비율(%) 로 설정하기 에러 해결 못 했지만 (0) | 2022.11.25 |
Comments