프로그램
git 비번 없이 push 하기 설정
milktea.kang
2021. 5. 14. 14:18
git clone https://username:password@github.com/username/repository.git
git config user.name "user name"
git config user.email "user email"