Code/Git

git help가 html 에디터에서 열릴 때

Segel 2021. 4. 23. 17:57

문제:

    git (명령어) --help 실행 시 .html 확장자의 연결 프로그램으로 지정된 프로그램 (나의 경우 vscode)에서 열림

해결:

    (Microsoft Edge 사용 환경)

git config --global web.browser chromium
git config --global browser.chromium.path "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"

 

Git - git-web--browse Documentation (git-scm.com)

반응형