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 |
Tags
- 스프링 시큐리티
- 중복되지 않는 값 만들기
- java
- 자바
- Thymeleaf
- 자바스크립트
- JPA
- 모던 자바스크립트 Deep Dive
- 유효성검사
- 게시판 작성자를 아이디로
- 공백검사
- ORM
- msa
- 관계형 데이터베이스
- 출처 모던 자바스크립트 Deep Dive
- UUID
- spring security
- 자바 ORM 표준 JPA 프로그래밍
Archives
- Today
- Total
인지용
git permission denied 에러 해결 본문
새로운 리파지토리를 사용할 때 permission denied to def 에러 발생
해결방법 mac 기준
설정에가서 깃허브 아이디를 변경해주면 됩니다.
1. 키체인 켜기
2. 로그인 들어가기
3. github.com 더블클릭
4. 사용하고자 하는 아이디 입력
1. 키체인의 로그인에 들어가줍니다.
2. githib.com을 더블 클릭합니다.
3. 계정 부분에 사용하고자하는 github 아이디 입력
4. 암호보기 체크 후 mac계정의 비밀번호 입력
그러면 정상적으로 push가 됩니다!
출처
(윈도우 해결방법도 포함되어 있습니다.)
https://recoveryman.tistory.com/392
[깃허브(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
'에러 해결' 카테고리의 다른 글
스프링 라이브러리 임포트 안될 때 (0) | 2022.10.31 |
---|---|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is with root cause 에러 해결 (0) | 2022.08.16 |
Spring boot test junit5 @Autowired null 에러 (0) | 2022.01.08 |
Failed to connect to service endpoint 에러 해결 (0) | 2021.12.24 |
리눅스 ruby ./ no such file or directory 에러 해결 (0) | 2021.12.17 |