- Today
- Total
๋ชฉ๋กgithub ์๋ฌ (3)
DATA101
โ ์๋ฌ ๋ฉ์์ง Add ์ค ๋ค์๊ณผ ๊ฐ์ ์๋ฌ๋ฅผ ๋ง์ฃผํ์ต๋๋ค(๊ทธ๋ฆผ 1). gwarning: adding embedded git repository: mecab-0.996-ko-0.9.2/mecab-python-0.996 hint: You've added another git repository inside your current repository. hint: Clones of the outer repository will not contain the contents of hint: the embedded repository and will not know how to obtain it. hint: If you meant to add a submodule, use: hint: hint: git submod..
โ ์๋ฌ ์ํฉ checkout (branch ์ด๋) ๋๋ pull ์ ๋ฐ์ ๐ ์๋ฌ ๋ฉ์์ง error: Your local changes to the following files would be overwritten by checkout: ... Please commit your changes or stash them before you switch branches. Aborting โจ ํด๊ฒฐ ๋ฐฉ๋ฒ Step 1) ๋ณ๋์ฌํญ ์คํ ๋ด ์ ์ฅ stash: ํ์ฌ Staging ์์ญ ๋ด ํ์ผ์ ๋ณ๋์ฌํญ์ ์คํ์ ๋ฃ์ด๋๊ธฐ git stash Step 2) checkout ๋๋ pull ์ํ checkout ํฌ๋ง ์ git checkout [๋ณ๊ฒฝํ branch ์ด๋ฆ] pull ํฌ๋ง ์ git pull origin [bra..
์๋ ํ์ธ์! ์ค๋์ Github ์ฌ์ฉ ์ค "fatal: remote origin already exists." ์๋ฌ ๋ฉ์์ง์ ๋์ํ๋ ๋ฐฉ๋ฒ์ ๊ณต์ ํฉ๋๋ค. ๐ฅ ์๋ฌ ์ํฉ ๋ฆฌํฌ์งํ ๋ฆฌ ์ฌ๋ฌ ๊ณณ์ ์ฎ๊ฒจ๋ค๋๋ฉฐ ํ์ผ์ ์ ๋ฐ์ดํธ ํ๋ ์ค์ด์์ต๋๋ค. git push -f origin main ํ์ผ์ push ํ๋ ์ค ์๋์ ๊ฐ์ ์๋ฌ ๋ฉ์์ง๋ฅผ ์ ํ์ต๋๋ค(๊ทธ๋ฆผ 1). fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ๐ก ํด๊ฒฐ๋ฐฉ๋ฒ ํด๊ฒฐ ๋ฐฉ๋ฒ์ ์๊ฒฉ ์ ์ฅ์..