-
Notifications
You must be signed in to change notification settings - Fork 0
김희준 edited this page Oct 22, 2016
·
6 revisions
git clone 사용자명@호스트:/경로
git commit -m "커밋내용"
git push origin master
commit 시 git please tell me who you are 나오면
git config user.name "slahsk"
git config user.email "slahsk12@gmail.com"
commit 시 filename too long 나오면
git config --system core.longpaths true
push 시 주소가 다르다고 remoete error 발생시 정상적인 url 주소로 변경해줘야한다.
git remote set-url origin 주소