github 웹 호스팅1 github에 호스팅 하는 방법 github를 사용해서 무료로 정적 웹사이트를 호스팅 할 수 있습니다. 서버 설정 없이 파일을 업로드하고 github pages 설정을 하면 url이 생성이 되고 클릭을 하면 호스팅 된 결과를 볼 수 있습니다. github repo 생성하기 create repository 버튼을 눌러서 github repo를 생성합니다. index.html 파일 업로드 하기 My website git init git add index.html git commit -m "add index.html" git branch -M main git remote add origin git@github.com:아이디/test.git git push -u origin main index.html 파일을 생성하고 github repo에 .. 2023. 3. 1. 이전 1 다음