-
so dulwich is feature lacking(no push, branches are nightmare) and is not python 3 compatible
libgit2 has a bunch of dependencies and is difficult to install
subprocess is "bad"
but how "bad" is s…
-
While trying to update to dulwich 0.20.0, our test suite detected a behavior change in `porcelain.path_to_tree_path` with Python 3.4 and 3.5.
Here is a reproduction script:
```
import sys
impo…
-
I'm not that involved into klaus so far, but i saw that you sometimes struggle with the limitiations of `dulwich`.
So i want to open up the discussion of switching from `dulwich` to the `libgit2`.
It …
-
# Bug Report
## Description
We have been using dvc 2.9.5 for awhile and had to upgrade to dvc 3.50.2 due to pip installed dvc 2.9.5 does not work in a python virtual environment.
However…
-
When I try to push with username and password, I get the following error:
```
Traceback (most recent call last):
File "/Users/luke/Desktop/pythonista-cloud/index.py", line 37, in pushFile
repo.…
-
### Follow-up to #768
> _it probably has a Git credentials helper that can provide the credentials - see https://www.git-scm.com/docs/gitcredentials_
>
> _dulwich does not support reading credentia…
-
On some git repositories, the output of `porcelain.describe()` does not match the output of `git describe`
```bash
$ git --version
git version 2.29.2
$ git clone git@github.com:dulwich/dulwich…
-
When using username/password to authenticate `repo.auth(username=username, password=password)`, once I call `repo.push()` I get the following error:
```
Traceback (most recent call last):
File …
-
e.g., For Heritrix fetch https://github.com/internetarchive/heritrix3/archive/master.zip using a standard GET request or, if you want to be fancy, utilize the dulwich module ( https://github.com/jelme…
-
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=83489723)
Hello there.
It seems to me you got a dependency conflict on the virtualenv module version that …