2

我试图通过 libgit2sharp 在裸存储库上合并分支,但抛出异常:

An unhandled exception of type 'LibGit2Sharp.BareRepositoryException' occurred in LibGit2Sharp.dll
Additional information: An error was raised by libgit2. Category = Repository (BareRepo).

我已经用谷歌搜索了这个问题,看起来答案是我们不能在裸存储库上合并。有没有办法让 libgit2 支持裸合并?如果我们可以怎么办?

4

1 回答 1

1

目前没有办法,但请参阅#2119的请求及其在#2140的实现。

于 2014-02-25T15:40:22.133 回答