Programming/Git
Mac에서 2개 이상의 github 계정 쓸 때 발생하는 Permission error 해결 방법
xxxCobee
2020. 2. 20. 17:18
1. 맥의 Keychain 관리에 접근한다.(cmd + space 해서 검색하면 나옴)
2. 목록에서 github.com을 찾아 더블클릭한다.
3. 계정에 바꾸고자 하는 계정을 입력하고, 암호보기를 클릭해서 암호도 변경해준다.(이 때, 맥 기기의 비밀번호가 필요하다.)
4. 모두 변경 후, 변경사항 저장을 누른다.
5. 끝.
좀 더 자세한 설명이나 window 환경에서의 설정 방법을 찾는 분들을 위해... 열심히 검색한 ref를 남깁니다.
[깃허브(Github)] 21. remote: Permission to 에러
remote: Permission to gitest01/gitest01.github.io.git denied to xxxx. fatal: unable to access 'https://github.com/yyyy/yyyy.github.io/': The requested URL returned error: 403 remote: Permission to~~..
recoveryman.tistory.com