$ git init
Initialized empty Git repository in F:/rosjava/rosjava_mvn_repo-kinetic/.git/
$ git checkout -b kinetic
Switched to a new branch 'kinetic'
$ git config --global user.name "youran0825"
$ git config --global user.email "[email protected]"
$ git rm -r --cached .
$ git config core.autocrlf false
$ git add .
$ git remote add hett https://gitee.com/youran0825/rosjava_mvn_repo.git
$ git push -u hett kinetic