We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
experimental.system-git-client
1 parent 21967e7 commit c1475a0Copy full SHA for c1475a0
docs/configuration.md
@@ -157,6 +157,20 @@ Defaults to one of the following directories:
157
- Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache`
158
- Unix: `~/.cache/pypoetry`
159
160
+### `experimental.system-git-client`
161
+
162
+**Type**: boolean
163
164
+*Introduced in 1.2.0*
165
166
+Use system git client backend for git related tasks.
167
168
+Poetry uses `dulwich` by default for git related tasks to not rely on the availability of a git client.
169
170
+If you encounter any problems with it, set to `true` to use the system git backend.
171
172
+Defaults to `false`.
173
174
### `installer.parallel`
175
176
**Type**: boolean
0 commit comments