如上图,用idea的Get from VCS会报错,但是直接使用cmd的git clone正常,查了资料说是要把缓存调大,那为什么cmd就可以呢?
C:\MyData\WorkSpace\idea-projects\shiro>git clone https://github.com/apache/shiro.git
Cloning into 'shiro'...
remote: Enumerating objects: 64611, done.
remote: Counting objects: 100% (2453/2453), done.
remote: Compressing objects: 100% (1353/1353), done.
remote: Total 64611 (delta 1138), reused 2120 (delta 853), pack-reused 62158 (from 1)
Receiving objects: 100% (64611/64611), 29.32 MiB | 5.78 MiB/s, done.
Resolving deltas: 100% (32353/32353), done.