사용자 도구

사이트 도구


git

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
git [2018/05/15 11:13]
kwon37xi [Windows Git]
git [2018/05/17 09:31]
kwon37xi [Password in Windows]
줄 51: 줄 51:
 </code> </code>
  
-===== Password in Windows ===== +===== Windows =====
   * [[https://github.com/Microsoft/Git-Credential-Manager-for-Windows|Git credential manager for windows]]   * [[https://github.com/Microsoft/Git-Credential-Manager-for-Windows|Git credential manager for windows]]
 +  * Unicode 깨짐 문제가 발생함 [[https://stackoverflow.com/questions/41139067/git-log-output-encoding-issues-on-windows-10-command-prompt|git log output encoding issues on Windows 10 command prompt - Stack Overflow]]<code sh>
 +# cmd
 +set LC_ALL=C.UTF-8
 +
 +# powershell
 +$env:LC_ALL='C.UTF-8'
 +
 +# 시스템 환경변수에 넣어둘 것
 +</code>
  
 ===== Git Diff -> meld ===== ===== Git Diff -> meld =====
git.txt · 마지막으로 수정됨: 2023/10/14 13:47 저자 kwon37xi