赞
踩
1. 从https://git-scm.com/downloads上下载对应系统的git安装bao
选择系统--选择下载安装包,
2. 打开IDEA中setting... File->Settings
3. 在Version Control中找到Git,并配置git.exe路径(Git安装目录\bin\git.exe)。
4. 从Git上Clone项目到本地 File->New->Project from Version Control->Git
PS:clone中IDEA提示Clone failed:Authentication failed for “http......“
在Git安装目录下打开git-cmd可执行程序(D:\git\git-cmd.exe),在命令行里输入 git config --system --unset credential.helper 回车。然后从新clone时输入git上账户和密码即可
参考:https://blog.csdn.net/bin_zi_123/article/details/81031300
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。