๋ฐ์ํ
1. rm -f ./.git/index.lock ๋ช ๋ น์ด ์คํ
2. git config --global http.version HTTP/1.1
3. git config --global http.postBuffer 524288000
๊นํ์ ์ฌ๋ฆด ๋ ์ ํ๋ ์ฉ๋์ ๋๋ ค์ฃผ๋ ์์
4. ํฐ ์ฉ๋ ํ์ผ ์ญ์ ํ๊ธฐ
$ git rm --cached <file_name>
rm '<file_name>'
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: <file_name>
$ git commit -m 'Fixed untracked files'
...
$ echo '<file_name>' >> .gitignore
300x250
'IT' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
TDD(Test-Driven-Development) ๋ฐฉ๋ฒ๋ก (0) | 2022.03.07 |
---|---|
์ ์์ผ(Agile) ๋ฐฉ๋ฒ๋ก ์ด๋ ๋ฌด์์ธ๊ฐ? (0) | 2022.03.07 |
ora-01861: literal does not match format string (0) | 2022.02.15 |
sysctl: permission denied on key (0) | 2022.02.11 |
not attempting to start nginx, port 80 is already in use. (0) | 2022.02.09 |