문제 어느날부터 깃허브(github)에서 private repository를 사용하려고 하니 이런 에러가 발생한다. $ git clone https://github.com/user-name/repository-name Cloning into 'play-with-data'... remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more informatio..
TIL 2019-08-11 고민이 이것저것 많이 들었던 날. 1. GIT GIT 사용법에 대해서 언젠가 확실하게 정리해야겠다고 생각했는데 많은 부분을 다시 공부하면서 알게되었다. commit push pull 정도만 알고 사용하다보니 branch 생성후 어떻게 합쳐야 할지, conflict가 생겼을때 어떻게 처리를 못한다든가 여러부분에서 제약이 많았었다. 일단 목표는 git을 아주 고급스럽게 까지는 아니라도 기본이라고 할만한 범위에서는 명령의 기능과 수행 결과를 확실히 알고사용 할 수 있게 되는 것이다. 공부한것을 설명이 가능하도록 다시 정리해보려고 한다. 그리고 rebase, reset(hard, soft, mixed?) 처럼 잘 모르겠거나..익숙하지 않아서 바로 까먹을것만 같은 것들도 있다. 마지막에..