赞
踩
1. 新建仓库,不要勾选
2. git init
git add .
git commit -m "test"
git remote add origin 【url】
git push --set-upstream origin master