fvtt 사용중이고 ng serve 돌려서 http://localhost:4200/ 까지는 잘 올라가는 거 확인했음.
git remote add origin https://(너의깃헙아이디):ghp_(아주복잡한ghp뒤에있는토큰들)@github.com/(너의깃헙아이디)/orpg.git 이게 안되가지고,
그냥 git push 한 후에 토큰으로 로그인 해서 git push 완료함.
여기서부터 문제인데 https://(너의깃헙아이디).github.io/orpg/ 여기로 안들어가지는데 머임? 40분 지났는데도 안됨
이게뭐냐 나도 알려줘…
갤기장
아니 로그 저장 사이트 도와 달라고
그거 github 환경설정에서 gh-pages 설정하는거 마침? 아니면 확인해보게 주소좀
gh- pages가 안떠서 못함.
https://github.com/KJH121212/orpg_KJH
github 저장소에서 settings (gh-pages 설정하는 탭) 의 Actions 라는 분류에서 "Allow all actions and reusable workflows" 에 체크 되어있는지 혹시 확인 가능?
git remote add origin도 어떻게 실패했는지 가능하면 알랴주..
체크 되어 있는거 확인했고 error는 remote origin already exists. 라고 뜸
그리고 페이지 들어가보면 404 error 떠있음
git remote rm origin 하고 토큰으로 git remote add origin 다시 해본 뒤 아무거나 수정하고 push 가능?
PS C:\Users\jihu6\Documents\dev\orpg_KJH> git push origin master
fatal: unable to connect to cache daemon: Unknown error
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see
https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls
for information on currently recommended modes of authentication.
fatal:
이런 오류 뜸. 참고로 비번은 맞음. 이걸로 다른 repository push 잘했음
토큰은 classic 이고, 권한도 싹다 체크 되어 있음
그거 뜨는거 맞음 remote add 하는 주소에 토큰 섞여있는 주소 하는 건데 혹시 git remote -v 하면 토큰 섞인 주소 제대로 나옴? (여기 복붙할필요는 없음)
ㄴㄴ 똑바로 안나옴. 지금은 다른 컴터로 진행중인데 딱히 상관 없지?
아 미안 cd로 안들어가서 안나왔던거였음. push랑 fetch 2개 뜸. 근데 주소가 아이디@github.com 이 아니라 github.com/아이디로 나옴