반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- kubeflow
- redis
- codedeploy
- Flux
- bootstrap
- java bigdecimal
- docker
- codebuild
- Spring
- IntelliJ
- aws
- codedeploy error
- AWS CI/CD 구축하기
- Airflow
- chartjs
- chart.js
- Kafka
- aws cicd
- Spring Error
- JavaScript
- or some instances in your deployment group are experiencing problems.
- Jenkins
- SQL
- COALESCE
- PostgreSQL
- VPN
- node
- Python
- 도커
- codepipeline
Archives
- Today
- Total
Small Asteroid Blog
git config 설정 본문
728x90
리스트보기
git config --list
config 설정
git config --global user.name ""
git config --global user.email ""
config 삭제하기
git config --unset --global user.name ""
git config --unset --global user.email ""
728x90
반응형
'도구 > Git' 카테고리의 다른 글
[Gitlab] gitlab cicd 사용해 docker image 배포 (0) | 2021.11.03 |
---|---|
[Gitlab] gitlab runner 생성하기 (0) | 2021.11.02 |
[gitlab] clone url 도메인 변경 (외부 URL 구성) (0) | 2021.09.09 |
jenkins Failed to connect to repository - private repository 안됨 (0) | 2021.08.31 |
Gitlab 서버의 repository 저장 위치 변경하기 - 저장소 추가 (0) | 2021.08.17 |