Skip to content

Commit 9e8d24a

Browse files
authored
[ADD] Intellij Git bash 연결
1 parent ae610bc commit 9e8d24a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

etc/Intellij Git bash 연결.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Intellij Git bash 연결
2+
3+
로컬에서 shell file 실행 시 window 환경이어서 shell script실행이 안되는 문제 발생
4+
5+
=> terminal 환경을 git bash로 바꾸자!
6+
7+
## Settings 변경
8+
9+
1. Settings > terminal 검색
10+
2. Tools > Terminal
11+
3. Application Settings > Shell path
12+
4. `"C:\Program Files\Git\bin\sh.exe" -login -i` 입력
13+
5. IntelliJ restart
14+
15+
![image](https://user-images.githubusercontent.com/19357410/210466362-b8857ec6-6619-4d1c-b211-b77988abef37.png)

0 commit comments

Comments
 (0)