英文: How to build openssl-sys for android? 问题 我编写了一个使用git2库的程序,在我的本地机器上编译通过(Macbook M2,使用brew安装了opens...
Rust的git2库支持将存储库克隆到内存中吗?
英文: Does Rust git2 library support cloning repositories into memory? 问题 我想将GitHub存储库克隆到我的内存中 但似乎找不到支...
是可能使用libgit2执行`git clone –depth=1 <repository>` 吗?
英文: Is it possible to do `git clone --depth=1 <repository>` with libgit2? 问题 我想要快速克隆,而不获取所有 .g...
添加并提交一个新文件使用git2go。
英文: Adding and committing a new file with git2go 问题 我目前正在努力将文件暂存和提交到内存中的git仓库(即不将文件写入磁盘,然后添加和提交它)。 这...
git2go:列出具有最新提交者和提交日期的文件
英文: git2go: Listing files with the latest committer and commit date 问题 我正在尝试使用git2go来输出一个存储库中文件的列表,包...
如何使用git2go / libgit2从blob中获取实际文件?
英文: How to get an actual file from a blob with git2go / libgit2? 问题 这可能是因为我对git在底层的操作不够了解,但我正在尝试使用gi...
Go:导入和C库之间存在冲突的类型
英文: Go: conflicting types between import and C library 问题 尝试熟悉Go/C互操作性,我想使用git2go/libgit2来使用Redis后端读...
git2go的Patch()方法只返回第一个文件的差异。
英文: git2go Patch() returns diff for first file only 问题 我正在尝试配置rb-gateway(用Go编写的简单代理,支持ReviewBoard的自定...
git2go的CheckoutHead()没有更新索引。
英文: git2go's CheckoutHead() not updating the index 问题 我正在尝试在现有目录上初始化一个仓库,添加一个远程仓库,并强制检出远程仓库的主分支覆...
git2go与libssl和libssh2在单个二进制文件中的集成
英文: git2go with libssl and libssh2 in single binary 问题 有人能提供一些建议(或资源),告诉我如何打包一个使用git2go、libssl和libss...