반응형

# 로그인 계정 변경 및 자동로그인 설정

## 계정 변경

git config --global credential.helper manager

git credential-manager delete https://github.com

## 자동 로그인 설정

git config credential.helper store

git push http://github.com/아이디/저장소명.git

=> Everything up-to-date 문구 나오며 완료
반응형

'기타' 카테고리의 다른 글

git bash 한글 깨짐 해결방법  (0) 2020.06.16
SQLyog 계정생성  (0) 2020.06.16
git 명령어  (0) 2020.06.12
깃허브(github) 사용방법  (0) 2020.06.12
제네릭  (0) 2020.06.08

+ Recent posts