github3 [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. [Github] Git add 취소하기 * 상황 실수로 원하지 않는 파일을 git add해서 넣은 경우 * 해결방법 git reset * Reference https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html [Git] git add 취소하기, git commit 취소하기, git push 취소하기 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io https://devbirdfeet.tistory.com/158 Git(31) git add 취소하기 (staging 취소) git add 명령어로 staging 한 파일들을 다시 되돌리려면 git reset 을 사용해준다. Git(31) git add 취소하.. 2023. 7. 5. git@github.com: Permission denied (publickey). 에러 해결, SSH 키 생성 방법 * 문제 다음 명령 을 사용하면 에러 발생 git clone --recursive git@github.com:[github_repository] 에러 내용은 아래와 같음 git@github.com: Permission denied (publickey). * Reference https://docs.github.com/ko/authentication/troubleshooting-ssh/error-permission-denied-publickey 오류: 권한이 거부됨(publickey) - GitHub Docs Git에서 sudo 명령 또는 상승된 권한을 사용해야 하나요? Git에서 sudo 명령 또는 상승된 권한(예: 관리자 권한)을 사용하면 안 됩니다. sudo를 사용해야 하는 ‘아주 좋은 이유’가 있는.. 2023. 4. 8. 이전 1 다음