vscode 터미널에 git bash 연결하기
미해결
빠르게 git - 핵심만 골라 배우는 Git/Github
선생님 안녕하세요! 수업 잘 듣고 있습니다. git reset 파트에서 선생님이 vscode로 실습하시길래 저도 vscode로 실습하려고 터미널에 git bash를 연결하려고 하는데 연결이 되지 않습니다. >settings에 들어가서 "terminal.integrated.profiles.windows": { "GitBash": { "path":["D:\\Git\\bin\\bash.exe"], "icon":"terminal-bash" }, "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, }, "terminal.integrated.defaultProfile.windows": "GitBash", 해당 코드를 치면 오류가 뜹니다. 무엇이 문제인지 알려주세요 !!
- vscode
- github
- 터미널
- gitbash
- 버전관리시스템
- git
skyview9957
댓글 1
좋아요 0
조회수 3575





