Skip to content
Discussion options

You must be logged in to vote

The fact that the Merge Pull Request works (created on GitHub's web UI) but your local pushes don't confirms the issue is definitely in your local Git environment.
​Even if it looks correct, there might be a hidden space or a case-sensitivity issue. Instead of trying to find it try resetting your identity from scratch:

git config --global user.name "dohaidang"

git config --global user.email "family010203@gmail.com"

Ensure this specific repo isn't using a hidden local config (run this inside the repo)

git config user.email "family010203@gmail.com"

To test if this fixed it, run this on your most recent commit:
git commit --amend --reset-author --no-edit

If your avatar appears after a git pu…

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@dohaidang
Comment options

@Synalix
Comment options

@dohaidang
Comment options

@Synalix
Comment options

Answer selected by dohaidang
@dohaidang
Comment options

@AakashSingh07
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Profile Showcase your work on GitHub with a personalized profile, bio, contributions and pinned repositories Question Ask and answer questions about GitHub features and usage Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community!
5 participants