We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae610bc commit 9e8d24aCopy full SHA for 9e8d24a
etc/Intellij Git bash 연결.md
@@ -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
+
0 commit comments