반응형
git clone error log :
Cloning into 'my_project'...
fatal: Authentication failed for 'www.github.com/my_newtoy_project/project.git'
Resolution(root permissin required):
$ git config --system -unset credential.helper
or
global cmd
$ git config --global -unset credential.helper
반응형
'프로그램 > etc' 카테고리의 다른 글
Windows 에서 nvm 을 사용해 node 버전 변경 (0) | 2023.04.03 |
---|---|
몽고DB 특정 필드만 있는 doc 조회 (0) | 2020.03.16 |
git-gui 한글 깨짐 해결 방법 (0) | 2019.02.19 |
gitlab에 migration 하기(다른 repo git 소스 옮기기) (0) | 2019.02.19 |
몬스터 디자인 블로그에 소개된 디자인 참고싸이트 (0) | 2013.12.04 |