[TIL] 21-08-19

0

TIL

목록 보기
53/100
post-thumbnail

알고리즘 스터디

  • 백준 6236 용돈 관리 O
  • 백준 19599 이진 삼진 탐색 놀이 1 ~
  • 백준 19600 이진 삼진 탐색 놀이 2 O

CLASS 2**

  • 백준 2869 달팽이는 올라가고 싶다 O
  • 백준 2775 부녀회장이 될테야 O
  • 백준 15829 Hashing O
  • 백준 2292 벌집 O

  • 얼마전부터 소스트리에서 github 원격 저장소로 push할 때 아래와 같은 오류 메세지가 뜨며 종료되었다

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 information.

  • 오류 메세지에 안내되어있는 페이지로 들어가보니, 2021년 8월 13일부터 원격 저장소에 접근할 때 github password를 사용할 수 없고, personal access token(PAT)을 사용해야 한다고 나와있다

해결 방법:

  1. github에서 PAT 생성
  2. 소스트리에서 설정 -> 원격 저장소 경로 -> 편집 -> 원격 저장소 url의 github.com 앞에 자신의 PAT + @을 붙인다
    https://{personal-access-token}@Github.com/{my-repo}

📌참고자료

알고리즘 스터디

백준 6236 용돈 관리

⚡백준 19599 이진 삼진 탐색 놀이 1

백준 19600 이진 삼진 탐색 놀이 2

profile
Be able to be vulnerable, in search of truth

0개의 댓글