git checkout -f HEAD
拉取出现这个问题: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 config --system core.longpaths true
拉取出现这个问题: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 config --system core.longpaths true