git 비밀번호 저장하는 법 📂프로그래밍

git 비밀번호 저장하는 법

How-to-save-git-password

명령

git config credential.helper store

위와 같이 입력하면 된다.

댓글