[Github] 잔디가 안심어 질 때 (Github Contribution)
·
Development
나는 잔디를 신경 쓰는 편이다. 🌱정말 예전에는, 저걸 꽉 채우고 싶어서 열심히 커밋 올리적도 있었다. 지금 Collaborator로 작업하는 게 있어서 잔디를 봤는데, 분명 `commit` 후 `push` 했는데도 안 심어졌다. 처음에는 Collaborator라서 혹시 안 되는 건가? 했는데,, 그건 아니었고, 알고 보니 저번과 연관된 이메일 보안 쪽 설정이었다.더보기https://dev-wisdom.tistory.com/309 [GitHub] push 실패: private email 설정 때문에 발생하는 오류GitHub Desktop 또는 Git으로 `push`를 할 때 아래와 같은 오류가 발생할 수 있다.Failed to pushCannot push these commits as they con..
[GitHub] push 실패: private email 설정 때문에 발생하는 오류
·
Development
GitHub Desktop 또는 `Git`으로 `push`를 할 때 아래와 같은 오류가 발생할 수 있다.Failed to pushCannot push these commits as they contain an email address marked as private on GitHub.To push anyway, visit https://github.com/settings/emails, uncheck "Keep my email address private", then switch back to GitHub Desktop to push your commits. You can then enable the setting again. 왜 발생하는 문제인가GitHub에는 이메일 주소 보호 기능이 있다.설정 경로..