Git/Svn相关

Git

1 下载(无法下载-查看网站源码找到下载链接使用迅雷等工具下载/查找网盘分享资源)
2 https://git-scm.com/download/win
3.身份配置:
git config --global user.name "yourName"
git config --global user.email "[email protected]"
git config --global user.name
git config --global user.email
4.创建代码仓库
git init
3.
打开Git Bash时系统找不到指定文件 - 路径中的中文替换成英文
4.fatal: Not a git repository (or any of the parent directories) - git init 新建一个.git目录
 

猜你喜欢

转载自www.cnblogs.com/AtesetEnginner/p/11240235.html