When cloning git repo under Windows I get “error: unable to create file <file>… (Is a directory)”
问题 Z:\>git clone git://github.com/kennethreitz/httpbin.git Cloning into 'httpbin'... remote: Counting objects: 1073, done. remote: Compressing objects: 100% (401/401), done. remote: Total 1073 (delta 672), reused 1045 (delta 651) Receiving objects: 100% (1073/1073), 114.42 KiB | 128 KiB/s, done. Resolving deltas: 100% (672/672), done. error: unable to create file httpbin/templates/... (Is a directory) git version 1.8.0.msysgit.0, Windows Vista SP2 x64 What's wrong? 回答1: I think the trouble is