-
We are currently working with dvc for multiple projects and the `dvc exp run` leads to a pygit2 exception on a azure machine learning instance. This leads to problems since folders on mounted drives i…
-
I am trying to clone private github repository using pygit2 module but getting the below error.
```
Traceback (most recent call last):
File ".\test2.py", line 29, in
repoClone = pygit2.cl…
-
hi,
i'd like to use nodegit for constructing tree objects — similar to `git mktree` in the commandline.
i saw `Treebuilder` in the documentation, so i tried to use it as documented, but i didn't get…
-
Consider the following corner case:
```
ben@f1:/tmp$ git init --bare weird.git
Initialized empty Git repository in /tmp/weird.git/
ben@f1:/tmp$ cd w…
-
and use pygit2 all over the place
-
I'm trying to use pygit2 to clone a GitHub repo using OAuth tokens.
This actually works well from the command line, as explained on GitHub's blog [here](https://github.com/blog/1270-easier-builds-and-…
ghost updated
3 years ago
-
Generating a large diff using kart is quite slow
```
$ time kart diff '[EMPTY]...e13cee173cf1a3d14456c7f900dd8763ec321ff7' -o json-lines | pv > /dev/null
2.12GiB 0:03:50 [9.42MiB/s] [ …
-
I am committing some files using pygit2 and want to push to remote branch.
This is what i am doing:
```
repo = pygit2.Repository(build_dir)
branch = repo.lookup_branch(local_branc…
-
To reproduce:
git clone https://src.fedoraproject.org/rpms/python-pymongo.git
cd python-pymongo
python3
>>> import pygit2
>>> pyrepo = pygit2.Repository("./")
>>> pyrep…
-
Hi, would it be possible to release Python 3.13 manylinux wheels to PyPI? Thanks!