Paths to network resources are denoted in Windows with the \\\\servername\\share\\path\\to\\folder syntax. How does one use such a folder within Git Bash, which use
\\\\servername\\share\\path\\to\\folder
Actually
git clone //servername/path/to/repo.git
works fine for me (using git version 1.9.0.msysgit.0)
git version 1.9.0.msysgit.0