일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Git
- Web Server
- jsp
- Gradle
- elasticsearch
- ubuntu
- ReactJS
- AWS
- linux
- MySQL
- 요리
- Spring Boot
- devops
- Spring Batch
- it
- Design Patterns
- laravel
- JVM
- tool
- 맛집
- javascript
- java
- Oracle
- Spring
- springboot
- IntelliJ
- db
- redis
- php
- jenkins
Archives
- Today
- Total
아무거나
[intellij] cannot run program "git.exe" 에러 본문
반응형
intellij에서 cannot run program "git.exe" 이 발생하면 git과 연동을 해주면 된다.
해결방법은 아래와 같다.
git이 설치가 되어있는 가정하에 settings > Version Control > Git > Path to Git executable 경로를 설치한 폴더 bin > git.exe를 선택 후 test 확인 후 적용
반응형
'IT > 개발관련툴' 카테고리의 다른 글
[fiddler] 프록시 설정 모바일앱/웹 디버깅 (0) | 2019.12.26 |
---|---|
VirtualBox 디스크 용량 확장 (0) | 2019.12.26 |
[h2 db] h2 console 접속문제 (0) | 2019.08.21 |
[intellij] Lombok 활성화 설정 (0) | 2019.08.21 |
[intellij] cannot run program "git.exe" error (0) | 2019.08.21 |
Comments