Git1 [Github] remote: Invalid username or token. Password authentication is not supported for Git operations 에러 해결 방법 * 상황Github에 push하자 아래 에러가 뜨며 push 실패remote: Invalid username or token. Password authentication is not supported for Git operations.fatal: Authentication failed for 'https://github.com/[username]/[repository name].git/'* 해결방법- Github에 Push 할 때 계정 비밀번호로는 push가 불가능하며 PAT(Personal access tokens)를 사용해야 함 1. Github에서 PAT 만들기1.1. Github 로그인 후 우측 상단 프로필 아이콘 클릭 - Settings 클릭 - Developer settings 클릭 - Per.. 2025. 12. 7. 이전 1 다음