【发布时间】:2021-07-08 07:02:07
【问题描述】:
在尝试设置第一个 Git 项目时,我想使用我以管理员身份运行的 windows cmd 运行 git init。我希望项目驻留的目标文件夹位于服务器上(来自我的医院)。
我以管理员身份运行 Windows 7。
我尝试了几种使用windows cmd 导航到此文件夹的方法,但无济于事。
我的失败尝试:
\\ds\DATA\...\destination_folder 或 \\ds\DATA\...\destination_folder:
返回access denied.
然后我尝试导航到 Windows 资源管理器中的文件夹并在地址栏中键入 cmd,我返回 CMD.EXE has started with this path as active folder. UNC-paths are not supported. The default is the Windows-folder. This is used.,活动目录仍位于 C:\Windows。
有什么想法吗?
【问题讨论】:
标签: git cmd server gitlab windows-7