Git---安装---上传项目---下载项目

下载Git客户端,https://www.git-scm.com/download/win 1.安装Git,成功 2、第一次安装,配置用户名和邮箱 git config --global user.name “Your Name” git config --global user.email “[email protected]” 注:可通过git config --list 查看 3、注册码云,
相关文章
相关标签/搜索