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.
2 parents bfae362 + 9d4859e commit 610d4c9Copy full SHA for 610d4c9
git/repo/base.py
@@ -930,9 +930,9 @@ def _clone(cls, git, url, path, odb_default_type, progress, **kwargs):
930
if sep_dir:
931
kwargs['separate_git_dir'] = Git.polish_url(sep_dir)
932
proc = git.clone(Git.polish_url(url), clone_path, with_extended_output=True, as_process=True,
933
- v=True, **add_progress(kwargs, git, progress))
+ v=True, universal_newlines=True, **add_progress(kwargs, git, progress))
934
if progress:
935
- handle_process_output(proc, None, progress.new_message_handler(), finalize_process)
+ handle_process_output(proc, None, progress.new_message_handler(), finalize_process, decode_streams=False)
936
else:
937
(stdout, stderr) = proc.communicate()
938
log.debug("Cmd(%s)'s unused stdout: %s", getattr(proc, 'args', ''), stdout)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments