728x90
반응형
환경
- Windows 11 Pro 25H2 (26200.8655)
- TortoiseGit 2.18.0.1
- Git 2.53.0.windows.1
현상
아래와 같이 TortoiseGit 설치 파일을 실행하면 메시지가 나타난다.
The latest version of "Microsoft Visual C++ 2015-2022 Redistributable" is required.

해결 방법
아래의 주소 중에 사용 중인 CPU 아키텍처에 맞춰서 MS C++ 2015-2022 재배포 가능 패키지를 다운로드 받고 설치한다.
- x64 https://aka.ms/vs/17/release/vc_redist.x64.exe
- ARM64 https://aka.ms/vs/17/release/vc_redist.arm64.exe
- x86 https://aka.ms/vs/17/release/vc_redist.x86.exe

참고문서
- Table 1.1. Download links for the latest "Microsoft Visual C++ Redistributable 2015–2022", TortoiseGit Manual. @원문보기
728x90
반응형
'SCM(Software Configuration Management) > Git' 카테고리의 다른 글
| 시놀로지 도커 기반 GitLab 업그레이드 방법과 후기 (0) | 2025.08.29 |
|---|---|
| [깃랩/GitLab] "Url is Blocked" 오류 발생시 아웃바운드 설정 방법 (0) | 2024.05.15 |
| GitLab의 reCAPTCHA 오류가 발생할 때 처리 방법 (0) | 2022.10.30 |
| [Git] "Merge branch 'master' of"가 Push 하면 자동으로 생기는게 싫다면 (0) | 2022.09.01 |
| Git에서 "SSL certificate problem: self signed certificate" 해결 방법 (0) | 2022.08.22 |
댓글