msysGit Bash 无法转义其主目录?

发布于 2024-12-21 02:28:40 字数 399 浏览 2 评论 0原文

我使用提供的批处理文件(模拟 Linux 环境的批处理文件)启动 msysGit Bash。 Bash 在 msysGit 的主目录(在我的闪存驱动器上)中启动。我想离开此目录转到我的项目目录(也在我的闪存驱动器上)。所以,我输入“$ cd ..”这根本没有效果。我输入“$ ls”,我肯定仍在 Git 文件夹中。我尝试“cd ~”,它会将我带到我的用户文件夹,但我无法到达闪存驱动器的根目录。我如何使用 msysGit Bash 实现这一目标?

我无法使用 git-cmd.bat,因为我学校的计算机拒绝访问 cmd.exe。 替代问题:如何在不需要管理员权限的情况下运行 git-cmd?

如果有另一种分布式模型版本控制系统在便携式设备上工作得更好(特别是在 cmd 受到限制且我不是管理员的系统上),我很乐意切换到它(如果您知道一个,请告诉) 。

I start the msysGit Bash using the provided batch file (the one that simulates a Linux environment). Bash starts up in msysGit's home directory (on my flashdrive). I would like to leave this directory to go to my project's directory (also on my flashdrive). So, I enter "$ cd .." This has no effect at all. I type "$ ls" and I'm definitely still in the Git folder. I try "cd ~" which brings me to my user folder, but I can't get to the root directory of my flashdrive. How can I get there with msysGit Bash?

I cannot use git-cmd.bat because the computers at my school deny access to cmd.exe.
Alternative question: How can I run git-cmd without needing administrator permissions?

If there is another distributed-model version control system that works better on portable devices (especially on systems where cmd is restricted and I'm not an administrator), I'll gladly switch to it (if you know of one, please tell).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-12-28 02:28:41

您应该能够通过指定驱动器盘符来访问任何驱动器的根目录:
(例如)

cd /e

You should be able to access the root directory of any drive by specify its driver letter:
(for instance)

cd /e
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文