Git (2) 썸네일형 리스트형 [git] windows 환경 git clone 시 에러 발생 fatal: Authentication failed for 'https://github.com/accountName/~' 가 발생할 때, 제어판, 사용자 계정 선택 자격 증명 관리자 선택 Windows 자격 증명 관리 선택 일반 자격 증명에 편집 혹은 추가 인터넷 또는 네트워크 주소에 'https://github.com/accountName/repositoryName' 까지 전부 작성해도 되고, 'https://github.com/accountName' 까지만 작성해서 모든 repository 에 대한 자격증명 추가해도 된다. [SoureTree] password 대신 git Token 으로 인증 변경 최근에 SourceTree 에서 github 에 push 하려고 하면, 아래와 같은 에러 발생 please use a personal access token instead 혹은, 비밀번호를 변경했는데 계속 invalid password 가 발생할 경우, 이제 인증에 gitToken을 사용하므로 github에 가서 gitToken을 갱신해서 sourcetree에 설정해줘야 함 인증 방식 git Token 으로 변경 방법 1. git Token 생성 2. Souretree 의 설정 --> 원격에서 계정 선택 후 편집하여 URL 을 https://:@.git 와 같이 수정 이전 1 다음