0

我正在使用 Visual Studio Online 和使用 Visual Studio 2013 作为客户端的 Git。

我正在尝试将文件添加到我的存储库中,当我提交它们时,我在团队资源管理器窗口中收到以下错误:

An error occurred. Detailed message: An error was raised by libgit2. 
Category = NoMemory (Error). Out of memory

有没有人见过这个?

4

1 回答 1

2

看这里=> https://github.com/git-tfs/git-tfs/issues/224

这可能是由于大的二进制文件。更新.gitignore忽略非常大的文件。假设这些是exe添加*.exe到的文件.gitignore

如果在克隆过程中发生 - git tfs clone --ignore-regex=exe http://team-foo $/foo local-foo

于 2014-01-23T04:39:21.670 回答