Git:Filename too long in Windows

This happens in a Windows OS when clone a remote repository, and Git complains the file name is over long.

It is solved by modify user's git configuration file, i.e. .gitconfig, which is located at its root folder.

Adding a new section.

[core]
longpaths = true