error failed

    [Trouble Shooting] Git Authentication Failed 사용자 인증 문제 해결

    [Error] Git Authentication Failed 문제 발생. remote: Invalid username or password. 해결방법 1. remote origin을 제거 및 추가 git remote remove origin git remote add origin 2. git add/commit/push 진행 git add git commit -m "commit message" git push origin master 3. UserName, Password를 입력 Username for 'https://github.com': Password for 'https://DrawingProcess@github.com': + Personal Access Token 발급: setting -> dev..