분류 전체보기13 fatal: Authentication failed for 오류 해결 문제 상황 : 새롭게 Repository를 만들고, 다음 명령어를 작성git push -u origin main에서 오류 발생echo "# design-pattern" >> README.mdgit initgit add README.mdgit commit -m "first commit"git branch -M maingit remote add origin https://github.com/jeli01/design-pattern.gitgit push -u origin main 오류 내용 : fatal: Authentication failed for 'https://github.com/jeli01/design-pattern.git/ 이유 : 깃 토큰 발급을 받아서 인증을 받아야함 해결책 : Setting.. 2025. 1. 14. 이전 1 2 3 다음