해결 방법
https://stackoverflow.com/questions/48555969/error-setting-certificate-verify-locations-github
Error setting certificate verify locations - Github
I am having problem accessing github repository through Git Bash. 2 days ago I was able to push/pull the repositories. Then 1) I created an account on gitlab.com 2) I generated ssh key on my lo...
stackoverflow.com
git이 설치되어 있는 위치를 확인하고 다음 명령어를 입력
git config --global http.sslcainfo "C:\Program Files\Git\usr\ssl\certs\ca-bundle.crt"
'Develop > Git & GitHub' 카테고리의 다른 글
[Git] 삭제된 폴더, 파일 반영 (0) | 2025.02.03 |
---|---|
[Git] push한 commit message 수정하기 (0) | 2024.02.21 |
git rebase & git stash (0) | 2023.05.25 |
GIT pull , merge, commit, add 명령 되돌리기 (0) | 2022.10.24 |
PR (Pull Request) (0) | 2022.08.03 |