-
Git Rejected Intellij 잘못된 계정으로 commit했을 때카테고리 없음 2022. 11. 28. 09:49728x90반응형
오류 메시지
remote: You cannot push the following commits as they are authored by users not known to Bitbucket by author email or name:
원인
git username과 email을 입력할 때 잘못 입력해서 그렇다.
git log --pretty=short 해보니 useremail을 잘못 입력한채로 commit한 이력이 있다.
그러니까 아무리 git global username을 해도 바꾸기 전에 엉터리로 입력해놨으니 push가 안되지...멍청했다ㅠㅠ
728x90반응형