Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22d2e4a

Browse files
committed
Merge branch 'master' ofhttps://github.com/victorgp/GitPython into victorgp-master
2 parentse15b57b +3e79604 commit22d2e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def _get_fetch_info_from_stderr(self, proc, progress):
555555
line=line.decode(defenc)
556556
line=line.rstrip()
557557
forplineinprogress_handler(line):
558-
ifline.startswith('fatal:'):
558+
ifline.startswith('fatal:')orline.startswith('error:'):
559559
raiseGitCommandError(("Error when fetching: %s"%line,),2)
560560
# END handle special messages
561561
forcmdincmds:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp