When I try to upload a VCS ->Import into Version Control -> Share project on GitHub project VCS ->Import into Version Control -> Share project on GitHub I get this:

 Can't finish GitHub sharing process Successfully created project 'MyProjectName' on GitHub, but initial commit failed: *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for ) not allowed during executing git -c core.quotepath=false commit -m "Initial commit" -- 

Question: what to do with it, before I had no such problem!

  • 2
    Who you are? You did not pass commit. Still described in detail. There is a whole instruction on what to do. - Shwarz Andrei
  • Add a comment to what you post (Commit Message field), and check when you make a commit, do you have the details about you in the Author field)) - oleg.vorobiov
  • via the console, something is not very good, but specifying the Author and Commit Message field - nothing has changed - Kirill Stoianov
  • @ KirillStoianov, do everything manually through the terminal (or command line, if on Windows). So less hemorrhoids. - Maybe_V
  • did so, everything is OK, ATP) - Kirill Stoianov

1 answer 1

Open Terminal below and here's your initial setup from Git.

Starting from and forth

  • $ git config --global user.name "Твоё имя"
  • $ git config --global user.email твоя почта