Windows git,移动到 Z 以外的远程驱动器时出错
Windows git, error moving to remote drive other than Z
当 cd-ing 到除 /z
以外的远程 Windows 驱动器时,Git-Bash 中会出现此问题
重现:
安装远程 windows 驱动器 "Z:\" 和另一个 "T:\ or Y:\"
打开一个新的gitbash实例:
$cd /c
-- 这行得通
$cd /z
-- 这很好用
$cd /y
-- 失败
是否有添加多个远程驱动器的解决方法?或者这是 git-bash shell?
的错误
我已经解决了这个问题,直接进入目录 (d'oh)
$ cd //mountedDrive/my/path
当 cd-ing 到除 /z
以外的远程 Windows 驱动器时,Git-Bash 中会出现此问题重现:
安装远程 windows 驱动器 "Z:\" 和另一个 "T:\ or Y:\"
打开一个新的gitbash实例:
$cd /c
-- 这行得通
$cd /z
-- 这很好用
$cd /y
-- 失败
是否有添加多个远程驱动器的解决方法?或者这是 git-bash shell?
的错误我已经解决了这个问题,直接进入目录 (d'oh)
$ cd //mountedDrive/my/path