I am very new to Github. I just created one github account and it says as bellow:
Step 1)
Global setup: Set up git git config --global user.name
Open your terminal, enter your project root fold, and add your remote:
$ cd path/to/your/projcet $ git remote add origin git@github.com:me/java.git
I think it should detect your setting, then check how your IDE set your github repository.