사용자 도구

사이트 도구


git:windows

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
git:windows [2018/05/15 11:15]
kwon37xi [Windows msys Git]
git:windows [2018/05/21 17:57]
kwon37xi
줄 4: 줄 4:
   * https://git-scm.com/downloads   * https://git-scm.com/downloads
   * [[http://guides.beanstalkapp.com/version-control/git-on-windows.html|Working with Git on Windows  •  Beanstalk Guides]]   * [[http://guides.beanstalkapp.com/version-control/git-on-windows.html|Working with Git on Windows  •  Beanstalk Guides]]
-  * [[https://msysgit.github.io/|MsysGit]] [[mingw|MinGW]] 와 함께 사용하는 git 클라이언트+  * [[https://msysgit.github.io/|MsysGit]] [[:mingw|MinGW]] 와 함께 사용하는 git 클라이언트
   * Msys 환경에서 한글이 깨질 때<code sh>   * Msys 환경에서 한글이 깨질 때<code sh>
 # mintty 콘솔이 CP949일 때는 다음 처리를 하고, UTF-8일 때는 --unset 해버린다. # mintty 콘솔이 CP949일 때는 다음 처리를 하고, UTF-8일 때는 --unset 해버린다.
줄 36: 줄 36:
 </code> </code>
     * [[:intellij_idea|IntelliJ IDEA]]에서 사용시 ''Version Control -> Git -> SSH Executable''을 ''Native''로 변경한다.     * [[:intellij_idea|IntelliJ IDEA]]에서 사용시 ''Version Control -> Git -> SSH Executable''을 ''Native''로 변경한다.
 +
 +===== Unicode/한글 =====
 +''git log''에서 한글을 올바로 보려면
 +<code>
 +set LC_ALL="C.UTF-8"
 +</code>
  
 ===== WSL Linux Git ===== ===== WSL Linux Git =====
   * Git 은 그대로 linux용을 사용할 수 있다.   * Git 은 그대로 linux용을 사용할 수 있다.
 +  * 그리고 이 WSL Linux의 Git을 [[https://github.com/andy-5/wslgit|WSL Git]] 을 이용해 Windows 에서도 호출할 수 있다.
   * SSH를 [[windows:ssh:putty|Putty]] ''plink.exe''를 사용할 수 있다.   * SSH를 [[windows:ssh:putty|Putty]] ''plink.exe''를 사용할 수 있다.
  
git/windows.txt · 마지막으로 수정됨: 2020/11/10 21:38 저자 kwon37xi