1.在阿里云code里面新建项目2.创建项目3.创建完成项目后是一个空仓库,需要本地创建项目并关联4.本地搭建项目结构,提交到远程仓库git add .git commitgit push -u origin master