赞
踩
使用
git clone
一个仓库怎么也克隆不成功,一查原因竟是windows系统下不能创建某些文件(夹)。
git clone xxx
报以下错误。- fatal: cannot create directory at 'CON': Invalid argument
- warning: Clone succeeded, but checkout failed.
- You can inspect what was checked out with 'git status'
- and retry the checkout with 'git checkout -f HEAD'
git checkout -f HEAD
依然报下列错误。fatal: cannot create directory at 'CON': Invalid argument
git clone
操作会将远程仓库文件下载到本地,如果远程仓库存在CON
文件,导致git创建不了Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。