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 |
Tags
- 선형리스트
- redux 사용 이유
- parcel
- server side rendering
- react
- javascript module
- 순차리스트
- request body undefined
- first class citizen
- parcel resolver error
- express request body
- react event bind
- body-parser
- typescript parcel tilde
- 일급 객체
- 자료구조 정렬
- DOM API
- javascript eventloop
- javascript first class citizen
- redux 특징
- Call stack
- 자료구조
- Browser API
- client side rendering
- Event Loop
- centos7 설치
- 자료구조 queue
- task queue
- web server vs was
- es6 module
- Today
- 9
- Total
- 559,093
비실이의 개발 성장기
SourceTree remote push 시 "Authentication failed for" 발생 조치법 본문
SourceTree 설정에서 bitbucket 또는 github 계정
정상적으로 추가 하였으나 remote push 시
"Authentication failed .... " 발생 조치법
mac OS 에선
~/Library/Application Support/SourceTree 디렉토리에 있는
키체인을 제거.
그 다음, SourceTree 설정 > 계정 탭에서
등록되어있는 계정을 제거하고
다시 등록하면 된다.
windows OS 에선
C:\Users\USERNAME\AppData\Local\Atlassian\SourceTree 디렉토리에 있는
키체인을 제거 한 뒤,
위와 동일하게 하면 된다.
'트러블슈팅' 카테고리의 다른 글
Typescript Parcel Tilde(~)경로 적용 시, Resolver Error 해결 (삽질기) (2) | 2019.12.05 |
---|---|
[express] express request.body undefined 문제 해결 (23) | 2018.03.30 |
CentOS 7 설치 삽질기 (feat. boot usb) (3) | 2017.03.02 |
5 Comments