$ git push origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git config --global -l
user.email=mobaijun8@163.com
user.name=mobaijun8
*************************
******忽略部分内容*******
*************************
core.autocrlf=false
$ git config --global user.name 'mobaijun'
$ git config --global user.name
mobaijun
$ git push origin master
Enumerating objects: 93, done.
Counting objects: 100% (93/93), done.
Delta compression using up to 4 threads
****************************** 忽略部分内容
fc76ec5..7f98b21 master -> master