Notice
Recent Posts
Recent Comments
Link
투케이2K
34. (Bitbucket/Git) [Git] [Error] Git Bash warning: could not find UI helper GitHub.UI 이슈 본문
비트버킷 & Git
34. (Bitbucket/Git) [Git] [Error] Git Bash warning: could not find UI helper GitHub.UI 이슈
투케이2K 2023. 1. 2. 21:14[환경 설정]
저장소 : Bitbucket / Git
사용 목적 : 소스 코드 버전 관리 실시
[에러 원인]
1. git 2.39.0 버전 사용 시 발생하는 이슈
[해결 방법]
1. 제어판에서 git 2.39.0 버전 삭제 수행
2. git 다운 버전 설치 사이트 이동 : https://github.com/git-for-windows/git/releases/tag/v2.38.1.windows.1
3. PC 환경에 맞게 git 설치 실시 (git 2.38.1 64 bit exe 파일 / git 2.38.1 버전)
4. 다시 git clone 및 pull, push 수행 실시
반응형
'비트버킷 & Git' 카테고리의 다른 글
Comments