1. push๋ฅผ ํ์ Error๊ฐ ๋ฐ์...
! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://id:pw@github.com/hunmin815/Git-Automation.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
์ํฌ ์ ์๋. ์ ๊ฐ ๋ญ ๋ ๊ทธ๋ ๊ฒ ์ ๋ชป ํ๋ค๊ตฌ์...
์ฐ๋ฆฐ ๋ ๊ทธ๋ ๋ฏ ํด.๊ฒฐํด์ผ ํฉ๋๋ค.
Error ๋ก๊ทธ ๋ถ์
๋๋ถ๋ถ์ ์๋ฌ๋ ๋ก๊ทธ๋ฅผ ๋ถ์ํ๋ ๊ฒ์ด ์ฒซ ์์!
๋ก๊ทธ์ ๋ณด์๋ฉด hint๋ฅผ ๋ ์น์ ํ๊ฒ ์ ๊ณต ํด ์ฃผ์๋ค์.
hint: Updates were rejected because the remote contains work that you do
ํํธ : ์๊ฒฉ์ ์ํ๋ ์์ ์ด ํฌํจ๋์ด ์์ด ๋น์ ์ ์ ๋ฐ์ดํธ๊ฐ ๊ฑฐ๋ถ ๋์์ต๋๋ค.
hint: not have locally. This is usually caused by another repository pushing
ํํธ : ๋ก์ปฌ์ ์์ด. ๋๊ฒ, ๋ค๋ฅธ ๋ ํฌ์งํ ๋ฆฌ ํธ์ฑ์ผ๋ก ์ธํด ๋ฐ์ํฉ๋๋ค. (์ฌ๊ธฐ์ ๋๋์ด ๋นก!)
hint: to the same ref. You may want to first integrate the remote changes
ํํธ : ์ฐธ์กฐ ์ฌํญ์ผ๋ก ๋น์ ์ ๋จผ์ ์๊ฒฉ์์ ๋ณ๊ฒฝ๋ ์ฌํญ์ ํตํฉํ์ธ์. (๋นผ๋ฐ์ ๋๋ค.)
hint: (e.g., 'git pull ...') before pushing again.
ํํธ : (git pull ์ด๋ผ๋๊ฐ..) ํธ์ ํ์๊ธฐ ์ ์.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
ํํธ : ๋ ์์ธํ ๋ด์ฉ์ 'git push --help'์ 'Note about fast-forwards'๋ฅผ ์ฐธ๊ณ ํ์ธ์.
1. repository ๊ฐ์ ธ์ค๊ธฐ
git pull master origin
2. ๋ค์ push
git push https://id:pw@github_address/~.git
์ง ! ํด๊ฒฐ๋์์ต๋๋ค. ๐
์ ๊ฐ Github์์ README.md ํ์ผ์ ์์ ํ๋๊ฒ ์์ธ์ด์์ต๋๋ค.
๊ตฌ๊ธ๋ง์ ํด๋ณด๋ ๊ฐ์ ๋ก ๋ฎ์ด์์ ๋ฒ๋ฆฌ๋ ๋ฐฉ๋ฒ๋ ์์์ผ๋
๋ด๊ฐ ์๋ ๋ค๋ฅธ์ฌ๋๊ณผ ํ์
์ค์ ๊ฐ์ ๋ก ๋ฎ์ด ์์๋ฒ๋ฆฌ๋ฉด
์๋๋ฐฉ์ด ์์ฑํ ๋ถ๋ถ์ด ๋ ์๊ฐ ์ ์์ผ๋
๋๊ธฐํ ํ ํ์ push ํ๋ ๋ฐฉ๋ฒ์ด ๋ง๋ค๊ณ ์๊ฐ๋ฉ๋๋ค.
์ค๋๋ ํ๋ ๋ฐฐ์ ๊ฐ๋๋ค!
Enjoy your Deploy