git init git add README.md git commit -m "first commit" git remote add origin https://git.coding.net/ggband/xxx.git
git push -f origin master
git init git add README.md git commit -m "first commit" git remote add origin https://git.coding.net/ggband/xxx.git
git push -f origin master