티스토리 뷰
global account는 정상적으로 동작한다는 전제하에 새로운 계정으로 깃을 사용하고 싶을 때
원하는 계정으로
git config user.name <name>
git config user.email <email>
git config user.email <email>
하고 git 명령어 실행 시,
remote: Permission to myunggyunoh/ToyEtc.git denied to myung-gyu.
fatal: unable to access 'https://github.com/myunggyunoh/ToyEtc.git/': The requested URL returned error: 403
에러 발생
원인으로는 글로벌로 적용시켜놓은 계정(회사계정)이랑 충돌나는 것 같음
git config --global --edit
//난 global 빼고 적용함
[credential]
helper = osxkeychain
useHttpPath = true
추가
그럼 이제
Username for 'https://github.com/myunggyunoh/ToyEtc.git': myunggyunoh
Password for 'https://myunggyunoh@github.com/myunggyunoh/ToyEtc.git':
에러 발생
비밀번호를 제대로 입력해도 안됨, 로그를 확인해보니
Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
비밀번호 대신 토큰쓰라고 함,
personal access token 적용 이후
회사계정도
개인계정도
잘 적용 됨,
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 클래스형 코드
- spannableText
- 차번호 정규표현식
- 함수형 코드
- 차번호 정규식
- not starting .bash_profile
- mac android
- mongo db
- not found adb
- 귀찮아;;
- ubunut android
- 안드로이드
- ubunut 설치 link
- react native state
- rn
- 구글 맵 경로 그리기
- 자바
- React Native
- insert
- not working adb
- MongoDB
- 데이터베이스
- text 부분 색 칠하기
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- 명령어
- nosql
- adb 환경변수
- Android
- https://hwan-shell.tistory.com/244
- 구글 맵 선그리기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함