TOPST 페이지에서 2.5.1 부분을 설정중인데,
$ repo init -u https://github.com/topst-development/manifest -m topst-d3-pre-v0.1.xml
명령어를 사용했을때 username과 password를 입력하라고 합니다. 어떤걸 입력해야할지요?
TOPST 페이지에서 2.5.1 부분을 설정중인데,
$ repo init -u https://github.com/topst-development/manifest -m topst-d3-pre-v0.1.xml
명령어를 사용했을때 username과 password를 입력하라고 합니다. 어떤걸 입력해야할지요?
안녕하세요.
해당 문의에 답변 드립니다.
~/.gitconfig에 user name과 user email을 추가해야합니다.
git config --global user.name "Your Name"
git config --global user.email "you@example.com"
감사합니다.