Today I was for the first time Uploading any file in Github! I created a new branch in a certain repository and after whenever I was committed for the first time and then this message is shown in the terminal and tell me to run the two command to know my identity, as they didn't figure out my identity. I was Uploading my file from my personal Laptop. After that whenever I checked the repository I saw that my branch is committing by another person, The person is the last person before me whoever also commit in the same repository, but he doesn't have to do anything with my laptop anyhow. Whatever I ran the two command what it was told or instructed in the terminal.
The Terminal Message:
But there is no effective result. Do you face this kind of problem whenever uploading any file for the first time in the Github from Ubuntu?
P.S. I am a Ubuntu 16.04 LTS user by the way ...
git config --get-regexp user.*
from within your git repository's local directory, are your user name and email address shown correctly? – Byte Commander Apr 05 '17 at 19:58git config --get user.name
now? – tk-noodle Apr 05 '17 at 20:00git config --get-regexp user.*
command @Byte Commanderuser.email example@domainname.com
user.name SRSourav
and taifwa I got it when i run
– Salman Sourav Apr 05 '17 at 20:23git config --get user.name
SRSourav