์ค๋ฅ ๋ด์ฉ
ํ ํ์ ์ ์ํด Private Repository์ collaborator๋ก ๋ฑ๋ก ํ git remote ๋ฑ๋ก, git push ๋ฅผ ์งํํ๋ ค ํ์ผ๋ "remote: Repository not found" ์ค๋ฅ ๋ฐ์
ํด๊ฒฐ ๋ฐฉ๋ฒ
1. git Personal access tokens ํ์ธ
ํ์ด์ง ๊ฒฝ๋ก : settings -> Developer settings -> Personal access tokens -> tokens
์๋ ๋๊ฐ์๋ค ์ถ๊ฐ๋ก ํ์ํ scopes ์ ํ ํ ํ ํฐ ์์ฑ. ์์ฑํ ํ ํฐ์ ๋ฐ๋ก ์ ์ฅํด๋๋ค.
2. repository clone ๋ฐ๊ธฐ
repository url์์ github.com ์๋ถ๋ถ์ github username ์์ฑ ํ clone ๋ฐ๊ธฐ
https://[git_name]@github.com/.../.git
//ex) https://test_name@github.com/.../.git
(์บก์ฒํ์ง ๋ชปํ์ง๋ง...) vscode ์๋จ์ ํจ์ค์๋ ์ ๋ ฅํ๋ ์นธ ์์ฑ๋๋ฉด ๋ณต์ฌํด๋ personal access token ๋ถ์ฌ๋ฃ๊ธฐ
p.s 2021.8.13์ผ ์ดํ๋ก git ์ธ์ฆ ์์ ์ ๊ณ์ ์ํธ๊ฐ ์๋ personal access token์ ์ฌ์ฉํ๋ค๊ณ ํ๋ค
ํ ๋ฒ ์ธ์ฆ ํ์๋ clone๋, Push๋ ์ ๋๋ก ์๋๋จ.
'์ค๋ฅ๊ธฐ๋ก' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Yarn & ESLint] Error: Could not find config file (0) | 2024.05.02 |
---|---|
Module๊ณผ Script (0) | 2024.04.20 |
package.json์์ '&&' ์ '&' ์ฐจ์ด (0) | 2024.03.09 |
yarn berry ํ์ ์คํฌ๋ฆฝํธ ์ธ์ ์ค๋ฅ (0) | 2024.03.09 |