1. 首页
  2. 数据库
  3. 其它
  4. GIT简单配置

GIT简单配置

上传者: 2021-01-30 02:10:09上传 PDF文件 213.78KB 热度 7次
1.安装git https://github.com/waylau/git-for-win 安装时: Use git from git bash only...,其他默认下一步 2.配置path: E:\programs\Git\bin 3.配置git:用户名和邮箱 在桌面单击右键 点击-git bash git config –global user.name “名字” git config –global user.email “邮箱” 4.查看C:\Users\YANQUN.gitconfig看看是否配置成功 (可能目录不一样) 5.搭建git服务器(远程仓库) :统一的
用户评论