Page MenuHomeSoftware Heritage
Paste P721

(An Untitled Masterwork)
ActivePublic

Authored by anlambert on Jul 8 2020, 6:58 PM.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/porcelain.py", line 404, in clone
depth=depth, **kwargs)
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/porcelain.py", line 1393, in fetch
depth=depth)
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/client.py", line 480, in fetch
progress=progress, depth=depth)
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/client.py", line 1785, in fetch_pack
b"git-upload-pack", url)
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/client.py", line 1690, in _discover_references
return read_info_refs(resp), set(), base_url
File "/home/antoine/.virtualenvs/swh/lib/python3.7/site-packages/dulwich/refs.py", line 935, in read_info_refs
(sha, name) = line.rstrip(b"\r\n").split(b"\t", 1)
ValueError: not enough values to unpack (expected 2, got 1)