Terminal에서 Local Repo를 Remote(GIthub) Repo에 Push 하려고 하는데
! [remote rejected] main -> main (push declined due to email privacy restrictions)
요런 에러가 떠버렸다. 어떻게 해야할까?
방법은 아주 간단하다.
Github Setting → Emails → Block command line pushes that expose my email
체크박스를 해제해주자
깔끔하게 완료 👍