git clone https://github.com/rcdrones/UPSPACK_V2
git config --global user.name "111"
git config --global user.email "[email protected]"
git config --global credential.helper store
git config --list
git add .
git commit -m "hello world"
git push
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/rcdrones/UPSPACK_V2.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/rcdrones/UPSPACK_V2.git
git push -u origin master