깃 계정 아이디를 바꿨더니 아래와 같은 에러 발생.. remote: Invalid username or password. fatal: Authentication gailed for '깃주소' git credential-manager uninstall 입력하면 크롬창이 뜨고 새로 git 연결 할거냐고 묻는다.. 비밀번호 입력하고 로그인하면 다시 연동이 된다. 참고 블로그 : doll6777.github.io/etc/2019/04/17/git-credential/ stackoverflow.com/questions/15381198/remove-credentials-from-git
remote: Invalid username or password. fatal: Authentication failed for 라는 에러가 나왔다. 이때 > git remote remove origin > git remote add origin https://유저네임:비밀번호@github.com/리포지토리 이렇게 하면 해결.. 노마드코더 강의 들으면서 하는 중.. 회사에서는 올초까지 svn을 썼기 때문에 실무로 배운 것에 부족함을 느끼고 있다.... 최근엔 git을 쓰고있긴 하지만 글쎄.. 암턴 공부 다시 하자ㅠㅠ
한글 설정을 할 때는.. 모든 필터 중 encoding filter를 가장 위에 놓도록 하자.. 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true encodingFilter /* *.jsp UTF-8 hiddenHttpMethodFilter org.springframework.web.filter.HiddenHttpMethodFilter hiddenHttpM..