Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 구즐
- 디버그페이지
- nginx
- gitignore
- .env
- guzzle
- access-token
- 코드이그나이터
- window.open()
- revert
- 트러블슈팅
- 맛집리스트
- csrf-token
- Synology
- 루멘
- 웹서버구축
- 고도몰튜닝
- pyinstaller
- 언어도단
- 고도몰
- jwt
- Laravel
- git
- WSL
- 라라벨
- curl
- codeigniter
- Post
- cors
- 환경변수숨김
Archives
- Today
- Total
Six_Cool's 작업창고
git push error : please use a personal access 본문
간만에 git을 사용해 볼랬더니 아래와 같은 에러 메시지가 똭!!
엑세스 토큰 써야된다네.
검색 후 GIT 엑세스 토큰 설명 잘된 페이지 찾아서 링크함.
엑세스토큰 생성시 권한 설정 잘보고 체크, 또는 모두 체크
Github Public Access Token 으로 번거로운 비밀번호 입력 생략하기
Github Basic Authentication은 이제 사용하시면 안됩니다. 2020년 7월, Github는 GitHub.com을 통한 모든 git 관련 작업에서 비밀번호 인증을 더이상 허용하지 않겠다는 방침을 내렸습니다. 그래서 Github를 사용
blog.startsomething.dev
Creating a personal access token - GitHub Docs
You should create a personal access token to use in place of a password with the command line or with the API.
docs.github.com
https://hyeo-noo.tistory.com/184
[Mac] GitHub push token 오류 해결
Github 오류 7.29일 새벽 갑자기 git push가 안 되는 현상을 겪었다. 오류의 첫 줄이 무슨 말이냐면 Password 인증방식이 일시적으로 brownout(shutdown?)되었다. Password 대신에 personal access token을 사용..
hyeo-noo.tistory.com
'프로그래밍 > 기타 프로그래밍 관련' 카테고리의 다른 글
WSL2 우분투18.04 설정 (0) | 2022.01.02 |
---|---|
.gitignore (0) | 2021.11.24 |
git 커밋 메세지 템플릿 파일 만들기 (0) | 2021.11.17 |
Git commit 되돌리기 명령어 Reset 과 Revert (0) | 2021.11.16 |
Git 기초 명령어 정리 (0) | 2021.09.30 |
Comments