-
As mentioned on [Twitter](https://twitter.com/Coding4GaiAma/status/1228050223798374400)
I'm getting the following error
```
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/…
-
Using `git clone` automatically sets `refs/remotes/origin/HEAD` to be the remote default branch, however libgit2 [does not populate this](https://libgit2.slack.com/archives/C1BS8MML7/p1594212366020600…
-
Attempting to update from 0.9.5 - 0.9.6, I get the following error message at the end of the install process:
```
** testing if installed package can be loaded
Error in dyn.load(file, DLLpath = D…
-
There's something that's been bugging me for a while regarding the libgit2 constants we expose through pygit2. We expose them with the full name, e.g. `GIT_DIRECTION_FETCH`, but we're already inside t…
-
It seems like this doesn't work on macOS, although it would be cool...
-
Effective August 2, 2019 @ 15:56, UTC Time.
- [ ] bsp-sunxi(arm64): linux-kernel-sunxi64-5.3.0-rc2 `v5.3.0~rc2`
- [ ] bsp-sunxi(arm64): linux-kernel-sunxi64-5.3.0-rc2 `v5.3.0~rc2-1`
- [ ] bsp-sun…
-
I am trying to create a custom docker image. However, I could not manage to install zombodb. The error is as follows:
```
... rest of compilation
Compiling zombodb v3000.0.0-beta1 (/zombodb)
…
-
### Reproduction steps
The Rust program [`here`](https://github.com/andrewhickman/mgit-crash-repro) reliably reproduces the issue on my system when run against a directory with 32 copies of a large…
-
I want to `create_file_and_commit_and_push` from a multiple threads env, `index.add_frombuffer()` and `repo.commit()` are used, it works all right in single thread, but in multiple threads env it alwa…
-
I ran into a deadlock issue if the network connectivity is dropped while you are cloning.
In the code below using parts from the example directory. I set the repo to a known large git repository, a…