python gitpython失败

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python gitpython失败相关的知识,希望对你有一定的参考价值。

>>> repo.remotes.origin.fetch()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/site-packages/git/remote.py", line 550, in fetch
    return self._get_fetch_info_from_stderr(proc, progress or RemoteProgress())
  File "/usr/local/lib/python2.7/site-packages/git/remote.py", line 497, in _get_fetch_info_from_stderr
    assert len(fetch_info_lines) == len(fetch_head_info)
AssertionError

以上是关于python gitpython失败的主要内容,如果未能解决你的问题,请参考以下文章

如何使用GitPython克隆存储库

Python操作Git库 `GitPython`

python [python] [gitpython] gitでファイルの更新日付をコミット日时に调整

如何使用带有 ssh 密钥的 GitPython?

python 检查目录中的所有git存储库,看它们是否干净或脏。测试时间:GitPython == 0.1.7 argparse == 1.2.1 prettytable == 0.7.2

GitPython:如何在 GitPython 的提交中访问文件的内容