在尝试新的 android ide 时,当我无法从本地服务器 git 存储库 (\server\git-repo\android\progect) 导入 progect 时遇到问题。在 Eclipse EGit 插件中一切正常。
Clone Failed
fatal: repository '\\server\git-repo\android\progect\' does not exist
在尝试新的 android ide 时,当我无法从本地服务器 git 存储库 (\server\git-repo\android\progect) 导入 progect 时遇到问题。在 Eclipse EGit 插件中一切正常。
Clone Failed
fatal: repository '\\server\git-repo\android\progect\' does not exist
在这里找到了解决方案 问题是 Android Studio(即 IntelliJ IDEA)使用 git,而 git 不适用于反斜杠。
正确的路径将是//server/git-repo/android/progect/
这对 git 用户来说似乎不是问题,但可能会给使用 Eclipse+EGit 的开发人员带来一些问题