How to use Windows network paths with Git Bash

前端 未结 5 995
离开以前
离开以前 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 01:01

    No need to type the path manually. Just right click! on your repository and click Git Bash option. It will open the git bash with your repository path.

    enter image description here

    Also i suggest to use Mp Network Drive option of windows to map the network location as a drive and use it only.

提交回复
热议问题