LANGUAGE/!$%!% ERROR NOTE 2019. 8. 23. 22:03

GitLab

1. Error - 오류


remote: HTTP Basic: Access denied 
fatal: Authentication failed for 'https://gitlab.com/some-user/some-project.git/'

2. Problem - 문제


$ git push -u origin master 

암호가 틀렸다.

처음에 GitLab 로그인 팝업창에 암호(또는 ID or Email)를 잘못 입력했는데, 더이상 고칠 수 가 없을 때가 있다. 

(p.s.   ID인지 Email인지 햇갈릴 때가 있음.)

3. Solved - 해결

  1. Windows에서 시작키를 누르고 자격 증명 관리자(Windows Credentials)를 입력하여 열어보자.

  2. Windows 자격 증명을 누르고 GitLab 항목을 찾아서 편집에서 계정정보(ID 또는 암호)를 고친다. 

4. Reference - 참조