-
I am trying to use GitLab DBT project repo using DbtGitRemoteHook
```
dbt_run = DbtRunOperator(
task_id="dbt_run",
project_dir="https://domain/abc/-/tree/main/dbt/db_metrics?priva…
-
When cloning a large repository, Git will show you progress lines like this:
Receiving objects: 49% (196978/395839), 148.99 MiB | 21.35 MiB/s
By comparison, Dulwich is silent and does not o…
-
It would be really nice to honor the [extra header](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpextraHeader) configuration option in order to allow authentication against HTTP…
-
# Bug Report
## Description
Whenever I run `dvc repro` the same entries keep being appended to the corresponding `.gitignore` files.
Sample content of `.gitignore` file:
```
/X.csv
/grou…
-
### What is the bug or the crash?
Install returns "Error: No host specified." for all collections.
Oddly the uninstall "works", returning "The collection was successfully uninstalled" despite nothi…
-
Creating RPM compatible ChangeLog
Traceback (most recent call last):
File "scripts/version_manager.py", line 10, in
import dulwich.repo
ImportError: No module named dulwich.repo
Failed to …
-
- **Poetry version**: 1.7.1
- **Python version**: 3.10.12
- **OS version and name**: ubuntu 23.10
- **pyproject.toml**: not relevant, fresh, out-of-the-box has the same problem.
- [X] …
-
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.…
-
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…
-
### Description
Running poetry lock will hang forever without any indication of why.
Running poetry lock -vvv shows ssh's interactive prompt, e.g.
```
The authenticity of host 'github.com (140.8…