我的 USB 拇指驱动器上有一个个人 git 存储库,我使用 msysGit(http://msysgit.github.com/,版本 1.8.0)维护它,它作为便携式应用程序安装在所述拇指驱动器上。
当我在工作中将它与 Windows 7 一起使用时,此设置运行良好。不幸的是,当我尝试在家里的 Mac OS X Snow Leopard (10.6.8) 上使用 git (版本 1.8.1) 使用相同的存储库时,我从终端收到以下错误:
$ git diff
fatal: Could not chdir to 'e:/': No such file or directory
'e:/'
显然是指包含此 repo 的目录的基于 Windows 的地址。
这些 git 安装可以配置为一起工作吗?我仍在学习 git 并且宁愿不采用涉及制作副本的解决方案,因为我已经这样做了,以使用rsync
.
更新:这是我通常要做的将文件添加到我的存储库的操作。我做错什么了吗?
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Username\Documents>E:
E:\>PortableApps\Git\git-bash.bat
Username@Username /e (master)
$ git add launch.bat