Git 썸네일형 리스트형 github에 파일 올리기. gid add . 오류 해결방법? github에 파일을 올리고 싶다면? 다음 과정을 따라하면 된다. 1. 올리고 싶은 파일에 마우스 오른쪽 클릭. Git Bash Here 클릭. 2. git config --global user.name "사용자아이디" git config --global user.email "사용자이메일" 입력해주세요. 아래와 같이 따라해보세요. 입력된 값은 제 아이디와 이메일입니다. 본인 아이디와 이메일 입력하셔야합니다. 3. git init gid add . git status git commit -m "주석" 순서대로 입력해야 합니다. 저는 실수를 또 해버렸네요. git init 하고 git add . 을 해줘야 합니다. 다시 해보죠. 빨간줄 보이시죠? git add . 정확히 입력해야합니다. 맞게 했는데 왜 실행.. 더보기 GitHub오류 1. 내 소스코드를 저장한다. 2. 협업하는 공간이다. 3. 소스코드를 공유한다. *회사에 입사해서 모르면 욕먹음 깃헙을 다운받고 git init git add . 입력을 했는데 오류가 난다. fatal: Unable to create 'C:/Users/tmdgh/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this .. 더보기 이전 1 2 다음