Error setting up git hub

I am trying to link xcode to link to my git hub repository. I find my project name on github, but nothing is committed.

The xcode commit stuff errors out and tells me I need to enter a user name. In the set up form I entered my github username. But that doesn't work. Is there aa another place I am suppose to enter a name?

There does not seem to be a place to enter the commit message. Is that required on Xcode.

Is there an article on how to setup github with xcode?

Are you trying to put your Xcode project on GitHub? Or do you have an existing project on GitHub that you want to import in Xcode?

To put your Xcode project on GitHub, open the source control navigator in Xcode by pressing Cmd-2 and create a remote branch.

To work on a GitHub project in Xcode, clone the project by choosing Source Control > Clone in Xcode.

Is there an article on how to setup github with xcode?

The following article may help:

https://www.swiftdevjournal.com/putting-your-xcode-project-on-github-bitbucket-or-gitlab/

Error setting up git hub
 
 
Q