git config --global user.name "name"
git config --global user.email "@.com"
git init git add * git commit -m "*****"
git remote add origin https://github.com/*****/*****.git 例如: git remote add origin https://github.com/ewecan/CSV-Test.git
git remote set-url origin https://SSH@github.com//.git 例如: git remote set-url origin https://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@github.com/ewecan/CSV-Test.git
git push -u origin master