1. File name too long
git clone下載git的時(shí)候擅羞,_checkout_的時(shí)候出現(xiàn)以下錯(cuò)誤:
error: unable to create symlink *README.md*: File name too long
fatal: unable to checkout working tree
解決方法:
git clone --no-checkout <https://my.git.com/repository.git>
cd repository
git config core.symlinks false
git checkout <branch>