GitHub์ Repository๋ฅผ ๋ง๋ค๊ณ ์์ ํ๋ก์ ํธ๋ฅผ ํ๋ ์ฌ๋ฆฌ๋ ค๋๋ฐ, ์ฌ์ํ ๋ฌธ์ ๊ฐ ๋ฐ์ํ๋ค.
ํด๊ฒฐํ๋๋ฐ ์ฝ๊ฐ ํค๋งธ์ด์ ๊ฒฝํ์ ๊ณต์ ํ๋ค.
git push -u origin master
๋ฅผ ์คํํ์ ๋
SSL certificate problem: self signed certificate in certificate chain
๊ฐ ๋ฐ์ํ๋ค. ์ด๋ฐ ์ ๋ฐ ๋ฐฉ๋ฒ์ ์ํํด๋ณด์์ง๋ง, ์ ๋์์ค์ง ์์๋ค.
๊ฒฐ๋ก ์ ์ผ๋ก ์๋์ ํ์ค๋ก ํด๊ฒฐ์ด ๋๋ค. ๋คํ.
git config --global http.sslVerify false
Stackoverflow์ ์๋ ๊ธ์ด ์ ์ฉํ๋ค.
์ฐธ์กฐ: https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate
How can I make git accept a self signed certificate?
Using Git, is there a way to tell it to accept a self signed certificate? I am using an https server to host a git server but for now the certificate is self signed. When I try to create the repo...
stackoverflow.com
๋๊ธ