赞
踩
使用git Bash拉取代码
1、cd到自己想要拉取到代码目录下面
cd e:*****
2、然后拉取到本地
git clone http://*****(git地址)
3、如果提示
fatal: destination path 'manage' already exists and is not an empty directory.
4、表示已经存在这个文件夹了,如果确定此文件没用,可选择删除此文件,命令:
rm -rf manage/(manage是文件名)
5、重新拉取(执行2)
6、如果有子目录拉取子目录
git submodule init
git submodule update
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。