创建ider项目文件到和git克隆文件同一目录下
将git里的文件赋值到ider项目文件里
git add . 提交所有文件到暂存区
git comment 提交指定文件到暂存区
git push 上传到远程仓库