$ git remote add origin https://github.com/heyuanchao/YouxibiClient.git
fatal: Not a git repository (or any of the parent directories): .git
解决方法:
git init
$ git remote add origin https://github.com/heyuanchao/YouxibiClient.git
fatal: Not a git repository (or any of the parent directories): .git
解决方法:
git init