在本地进行add和commit操作
git remote add origin https(对应的)
(或者git push即可)
git push origin master(输入身份和密码即可)
直接拉去即可