Git 安装及链接远程仓库

Git 安装 首先进行 git 安装。 git安装能够在百度搜索git downloads。进入后选择进行下载。git 安装完成后配置用户名及邮箱github 建议使用github的用户名及邮箱;web $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com"
相关文章
相关标签/搜索