按照新建仓库之后的命令执行即可 !
…or create a new repository on the command line
echo "# 1" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/IDeepspace/1.git
git push -u origin master
详细教程参考 : 教你上传本地代码到github