Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프라하
- JenkinsFile
- javascript
- 태국
- node.js
- react.js
- vba
- 熱海
- 방콕
- 뮌헨
- 메르페이
- documentdb
- duckdb
- Python
- 미츠이 스미토모
- 카마츠루
- 체코
- codebuild
- 三井住友カード
- 페이페이
- 아타미
- 釜つる
- Selenium
- terraform
- CSV
- pyenv
- local
- typescript
- PostgreSQL
- PayPay
Archives
- Today
- Total
도쿄사는 외노자
“ERROR: Permission to ~.git denied to user” 본문
개인 프로젝트를 좀 건드는데 자꾸 이딴 에러가 나와서 사람 미치게 만들더라.
“ERROR: Permission to ~.git denied to user”
내가 쓰는 username이 내 Git에 Permission denied되었다는 건데
user.email이나 user.name은 맞는데 이상하게 안 되더라.
내 경우는 이 에러에 뜨는 username이 내가 예전에 쓰던 username이던 터라
뭔가 잘못되어 있다는 것을 빨리 파악할수 있었다.
Git's famous “ERROR: Permission to .git denied to user”
이 글의 아래쪽에 있는
[If problem is coming on windows then remove the Credentials from the Windows history.]
를 보고 해결할 수 있었다.
결론은 예전에 사용했던 git 관련 credential이 남아 있어서 이 꼴이 났던 거라,
Windows의 Credential Manager에서 해당 항목을 삭제하니 깔끔하게 해결되더라.
Credential Manager는 Control Panel에서 찾을 수 있는데,
한글 윈도우나 일본어 윈도우에서는 다른 이름이니 그냥 여기서 그림 보고 찾도록 하자.
'Tech > Git' 카테고리의 다른 글
Windows계정과 Git 연결시의 fatal: Authentication failed for 'https://...' (0) | 2020.01.20 |
---|---|
Windows에서의 Git 개행 코드 설정 (0) | 2018.06.05 |
자주 사용하는 Git Command (0) | 2017.04.11 |
Exception caught during execution of commit command (0) | 2016.10.14 |