[Git] fatal: Authentication failed for github
오류 원인? 1. github 웹페이지에서 repository를 readme.md파일 추가후 생성 2. CLI(Command Line Interface)로 git clone URL을 해서 파일을 생성 3. test.txt 파일을 생성 후 git add, commit 진행 4. git push 후 오류발생 오류내용: Username for 'https://github.com': username Password for 'https://Harimad@github.com': SSH키 입력 remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote..
CS/Git
2022. 1. 24. 19:27