Version Control System/Git

GitLab Git Clone 시에 fatal: Unencrypted HTTP is not recommended for GitLab. 오류 문제 해결

OneSeat 2025. 3. 31.
반응형

🧱 사양

Windows 10

 

💼 서론

컴퓨터에 작업을 위해 프로젝트를 Clone를 시도하면fatal: Unencrypted HTTP is not recommended for GitLab. Ensure the repository remote URL is using HTTPS or see https://aka.ms/gcm/unsaferemotes about how to allow unsafe remotes.와 함께 오류가 발생하고 원하던 프로젝트가 받아지지 않을 수 있습니다.

 

💡 문제 해결을 위해 예외처리하기

git config --global credential.프로젝트경로.provider generic

 

 

위의 키워드로 프로젝트를 등록하고 난 뒤에 다시 Git Clone을 시도해보시기 바랍니다.

반응형

댓글