1.Windows下载git
(官网地址:https://git-scm.com/)
(window国内镜像下载:https://registry.npmmirror.com/binary.html?path=git-for-windows/)
2.进入到你想下载的文件夹,右击 Git Bash Here:
出现以下界面:
3.初始化Git:
git init
4.进入到github,选择git clone,复制下来链接
5.复制下来之后,输入git clone+复制好的链接,下载项目。
注意:这里的git clone必须手打!!!复制的时候右击选择paste,不能直接用ctrl+c快捷键
6.进入目录查看
版权归原作者 weixin_42317631 所有, 如有侵权,请联系我们删除。