[깃/깃허브] 깃허브 페이지 404 에러
문제
해결방법 (1) 주소 뒤에 index.html 붙이기
해결 방법 (2) 빈 커밋 이용하기
// 터미널에 아래와 같이 입력(--allow-empty는 빈 커밋을 의미함)
git commit --allow-empty -m "대충 적어넣고 싶은 메시지"
git push
참고
https://stackoverflow.com/questions/11577147/how-to-fix-http-404-on-github-pages/45907768#45907768
반응형
'개발(Web) > VCS' 카테고리의 다른 글
[Git/GitHub] Renaming a Remote Repository (0) | 2022.09.08 |
---|---|
[Git/GitHub] Git revert (0) | 2022.07.25 |
[Git/GitHub] Log in to GitHub to continue(Use Token...) (0) | 2022.07.20 |
[Git/GitHub] Push rejected Push master to origin/master was rejected by remote (0) | 2022.03.17 |
[Git/GitHub] error: failed to push some refs to 'github.com:/패키지명.git' (0) | 2022.02.11 |