eclipse - 如何解决 Git 错误 : "Couldn' t create temporary repository"

标签 eclipse git eclipse-plugin

我对 Git 的概念非常陌生。我为 Eclipse 安装了 Git 插件,现在我正在尝试克隆一个已有一年历史的 Eclipse 项目。

首先,我收到一条错误消息:

Cannot list the available branches.
Reason-Exception caught during execution of ls-remote command.

我通过更改一些与 ssh 相关的属性来解决这个问题。

现在我收到一条错误消息,

Couldn't create temporary repository.

我该如何解决这个问题?

最佳答案

假设您在 Windows 上:尝试删除文件 C:/Documents and Settings/[username]/.gitconfig

关于eclipse - 如何解决 Git 错误 : "Couldn' t create temporary repository",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11201559/

相关文章:

java - 在 spring 项目中使用 hibernate 工具

html - Git 忽略某些文件的通配符添加

java - 如何添加到 Eclipse 中的 "Error Log"部分?

eclipse - 将第 3 方库添加到 Eclipse 插件

eclipse - 是否可以将 Google 插件安装到 Eclipse 4.x?

css - 在 Eclipse/Aptana 中忽略 CSS 表达式

java - Maven 和 Eclipse : project build error dependency

eclipse - 为什么我收到 javax.ws.rs.WebApplicationException

git - *.bat text eol=crlf 但 git 仍然更改行结尾

git - `git rebase` 使用哪个顺序从 merge 的分支中挑选提交?