[GitHub] git push할 때 발생하는 권한 오류 해결 방법, Personal access token을 이용한 로그인
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access -> 2021.8.13일부터 비밀번호 인증이 없어지고 토큰이나 ssh로 인증을 해야하기 때문에 발생하는 오류 해결 방법 1. GitHub에서 Personal Access Token 생성하기 -> 토큰 저장 필수! https://d..
Troubleshooting
2021. 11. 12. 20:14

잠시 AWS 서버 중지 시키고 재시작 했는데 서버 접속이 안됨.. 연결을 거부했습니다. ......... ......... 도메인 말고도 서버 켜고 접속해봤는데도 안되길래 도메인 연결하는 것부터 다시 시작해봤는데 계속 안됨.. 혹시 몰라서 리다이렉트 설정 다시 해봤더니 해결...!! sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000 구글링하고 이것저것 시도해봐도 해결이 안된다면 한번 시도해보길 !
Troubleshooting
2021. 3. 3. 01:51