일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- 자바
- 비지니스영어
- oracle
- SAP ERP
- Programming
- Java
- SAP ABAP
- db
- 영어
- 딥러닝
- 자바스크립트
- Mac
- 머신러닝
- Oracle DB
- Spring Framework
- SAP
- 오라클 디비
- node.js
- docker
- 오라클
- JavaScript
- sap mm
- 파이썬
- nodejs
- ABAP
- 노드
- IT
- 유럽여행
- 도커
Archives
- Today
- Total
JIHYUN JEONG
Git 다른아이디로 로그인해서 push할때 에러날 경우 본문
push할때 다른 아이디로 credential이 설정되어 있어서 denied 될때
아래의 커맨드를 사용하면 된다.
git config --local credential.helper ""
기타 유용한 git command
- 기존의 히스토리 삭제
rm -rf .git
- git 저장소 연결 후 강제 push
git push -u --force origin master
- 환경설정 확인
git config --global -l
'Information Technology > Tool' 카테고리의 다른 글
[VS/Visual studio] 코드를 이쁘게 정리해주는 extension 'Prettier' 비주얼 스튜디오 (0) | 2018.12.06 |
---|---|
Git(깃) 입문/실습/튜토리얼/명령어 (1) | 2018.09.20 |
깃(Git) 이란? (0) | 2018.08.31 |
[02] Atom editor/Atom 에디터 유용한 패키지(Packages) (2) | 2017.08.27 |
[01] Atom editor/Atom 에디터 단축키 (0) | 2017.08.18 |
Comments