# git_exercise **Repository Path**: hu_wt/git_exercise ## Basic Information - **Project Name**: git_exercise - **Description**: Git 团队协作练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git_exercise Git协作练习项目 ### 1 Git安装 进入Git官网 https://git-scm.com 下载对应安装包并打开,一路 next 即可完成安装 ### 2 在IDEA中启用Git 打开IDEA,Settings -> Version Control -> Git 在这里配置安装好的Git的路径,一般默认的路径即可,点击右侧的"Test"可以测试路径是否有效 ### 3 在IDEA中启用Github 打开IDEA,Settings -> Version Control -> GitHub 点击左下角 "+" 将自己的Github账号添加到IDEA中 ### 4 使用IDEA导入本项目到本地 复制项目的 Git地址: https://github.com/Hu-Wentao/git_exercise.git 打开IDEA,File -> New -> Project from version control -> Git 将复制的Git地址粘贴到 URL 中,再点击 Clone