cau-dosc.github.io

공용PC에서 Git 사용 시 주의사항

1. user.name, user.email 등록 시

저장소안으로이동후 git config --local로 해당 저장소 안에 설정 저장

$ cd <my_local_repo>
$ git config --local user.name <your name>
$ git config --local user.email <your email>

2. git push 실패 시 (permission denied)

3. Git 설치 시 주의사항