-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git dependencies fail to clone with HTTPS->SSH insteadOf
in git config
#6329
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
Comments
ghost
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Sep 1, 2022
You'll want to report this at dulwich Meanwhile - per the docs - there's an escape hatch https://python-poetry.org/docs/configuration/#experimentalsystem-git-client |
This is now fixed in dulwich master FWIW. |
jelmer
added a commit
to jelmer/dulwich
that referenced
this issue
Sep 4, 2022
Previously, these were just applied to plain URLs. Fixes python-poetry/poetry#6329
jelmer
added a commit
to jelmer/poetry
that referenced
this issue
Sep 13, 2022
This version applies applyInsteadOf to rsync-style URLs. Fixes python-poetry#6329
jelmer
added a commit
to jelmer/poetry
that referenced
this issue
Sep 14, 2022
This version applies applyInsteadOf to rsync-style URLs. Fixes python-poetry#6329
jelmer
added a commit
to jelmer/poetry
that referenced
this issue
Sep 14, 2022
This version applies applyInsteadOf to rsync-style URLs. Fixes python-poetry#6329
mkniewallner
pushed a commit
that referenced
this issue
Sep 14, 2022
Bump to Dulwich 0.20.46. This version applies applyInsteadOf to rsync-style URLs. Fixes #6329
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-dulwich
that referenced
this issue
Sep 20, 2022
…rsion 0.20.46 Benjamin Parzella (1): Add 32 bit architecture for windows Daniele Trifirò (2): status: return posix-style untracked paths instead of nt-style paths on win32 gha: temporarily pin flake8 to 4.0.1 Jakub Kulík (1): Allow missing gpg package during tests Jelmer Vernooij (30): New upstream version 0.18.0 New upstream version 0.18.1 New upstream version 0.18.2 New upstream version 0.19.5 Import upstream version 0.20.25 Import upstream version 0.20.31 Start on 0.20.46. Remove some deprecated functionality. Update NEWS Remove unused import. Split out exception for symbolic reference loops. Fix tests. Fix flake8 formatting compatibility. Fix style outside of package too. Improve pydoctor contents. Fix formatting. Add stub GitClient.archive. Don't mess with backslashes in GIT_SSH on Windows. Fixes #1008 (#1010) Formatting; clarify that this is just for basic authentication. Cope with closing bracket within quotes. Fixes #1014 Add comment about ignoring errors from shutil.rmtree. Load configuration in dulwich.porcelain.clone. Drop support for running without setuptools. Drop use of certifi to find ca certificate path. Handle ConnectionResetError explicitly. Apply insteadOf to rsync-style location strings as well Update NEWS. Mark intermittently failing test_send_remove_branch test as known failing. Test is flaky, so skip rather than marking as known failure. Release 0.20.46. Kian-Meng Ang (2): Prettify md/yaml files Fix typos Matěj Cepl (1): Ignore errors when deleting GNUGPG home directory. Saugat Pachhai (सौगात) (1): setup.py: advertise 3.11 support Stefan Sperling (1): compat tests: honour PATH environment variable in run_git() TuringTux (2): Document authentication with porcelain.clone Add a missing "a" back in V24 (2): removed urllib3[secure] removed urllib3[secure] skshetry (2): Add 3.11 support try bumping RalfG/python-wheels-manylinux-build to v0.5.0 springheeledjack0 (2): Implement commit signing Implement timezone offset detection (#1026) wernha (1): Added flush before fsync 0.20.46 2022-09-06 * Apply insteadOf to rsync-style location strings (previously it was just applied to URLs). (Jelmer Vernooij, python-poetry/poetry#6329) * Drop use of certifi, instead relying on urllib3's default code to find system CAs. (Jelmer Vernooij, #1025) * Implement timezone parsing in porcelain. (springheeledjack0, #1026) * Drop support for running without setuptools. (Jelmer Vernooij) (NEWS truncated at 15 lines)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
-vvv
option).Issue
I have the following in
~/.config/git/config
:Poetry 1.2.0 seems to have introduced a regression where this causes git clones to fail:
This works fine, however:
The text was updated successfully, but these errors were encountered: