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.
1 parent df8087a commit 1722561Copy full SHA for 1722561
1 file changed
git/repo/base.py
@@ -1386,7 +1386,7 @@ def _clone(
1386
proc = git.clone(
1387
multi,
1388
"--",
1389
- Git.polish_url(str(url)),
+ Git.polish_url(url),
1390
clone_path,
1391
with_extended_output=True,
1392
as_process=True,
0 commit comments