문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
git:ms_git_credential_manager [2020/08/17 19:19] kwon37xi 만듦 |
git:ms_git_credential_manager [2020/08/17 19:41] (현재) kwon37xi [Microsoft Git Credential Manager] |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Microsoft Git Credential Manager ====== | ====== Microsoft Git Credential Manager ====== | ||
- | * [https:// | + | * MS 에서 만든 [[: |
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ===== Windows ===== | ||
+ | * Unicode 깨짐 문제가 발생함 [[https:// | ||
+ | # cmd | ||
+ | set LC_ALL=C.UTF-8 | ||
+ | |||
+ | # powershell | ||
+ | $env: | ||
+ | |||
+ | # 시스템 환경변수에 넣어둘 것 | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Git-Credential-Manager-for-Mac-and-Linux install ===== | ||
+ | * [[https:// | ||
+ | * Linux 에서는 [[linux: | ||
+ | * [[linux: | ||
+ | * https:// | ||
+ | <code sh> | ||
+ | # 버전번호 최신 다운로드본으로 적당히 변경해서 | ||
+ | java -Ddebug=true -jar < | ||
+ | </ | ||
+ | * '' |