I'm trying to connect Android Studio to Git Hub.
I've followed this tutorial How to add an Android Studio project to GitHub (top comment).
I've tested my connection to git and the path to the git.exe and both are succesfful. I get an error on my initial commit saying that git doesn't know who I am and to run "git config --global user.name "username"
(I put in my username) ". I did that and tried running again and it still doesn't work.
Also, what should be entered into the remote name?
Thanks