How to use Windows network paths with Git Bash

前端 未结 5 1049
离开以前
离开以前 2021-02-01 00:22

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

5条回答
  •  情深已故
    2021-02-01 00:46

    Actually

    git clone //servername/path/to/repo.git
    

    works fine for me (using git version 1.9.0.msysgit.0)

提交回复
热议问题