GitHub error on new repository

1

I am using Github for the first time in android studio. I shared the project on github using import into version control but I am unable to see my files on the repository created. Please help

Android Studio event log error:

fatal: unable to auto-detect email address (got 'Vampire@Vampire-PC.(none)')
 during executing git -c core.quotepath=false commit -m "Initial commit" --
5:15:30 PM Project is already on GitHub: GitHub
9:56:14 PM Project is already on GitHub: GitHub
10:11:46 PM Project is already on GitHub: GitHub
10:16:10 PM Project is already on GitHub: GitHub

Passionate Programmer

Posted 2016-04-06T17:17:57.323

Reputation: 11

Have you tried adding your e-mail address globally with git config youremailaddress@domain.suffix? – What's in a Google Search – 2016-04-06T17:26:57.740

yes I did that but still not working. – Passionate Programmer – 2016-04-06T17:31:41.447

Hhmm, unusual. Is adding an RSA key and using that to upload with an acceptable workaround? Have you been able to try that? https://help.github.com/articles/generating-an-ssh-key/

– What's in a Google Search – 2016-04-06T17:33:09.677

No answers