I use GitHub's desktop client to push and pull git GitLab, an alternative repository site that allows free private repos.
The issue is, when pushing to GitLab, it's not showing my profile picture as it is on GitLab, and its not linking my name to my profile, but to mailto:email_here
??
Can anyone assist with this.
Check what is your current email with:
$ git config user.email
And set your email with
$ git config user.email "[email protected]"
Note that this will only affect new commits. Past commits will remain the same.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With