You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting bunch of errors when I try to clone from local file:// git repo
Traceback (most recent call last):
File "/usr/bin/hg", line 43, in
mercurial.dispatch.run()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 28, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 69, in dispatch
ret = _runcatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 138, in _runcatch
return _dispatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 839, in _dispatch
cmdpats, cmdoptions)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 600, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 930, in _runcommand
return checkargs()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 901, in checkargs
return cmdfunc()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 836, in
d = lambda: util.checksignature(func)(ui, _args, *_cmdoptions)
File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 550, in check
return func(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 1331, in clone
branch=opts.get('branch'))
File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 402, in clone
destpeer.local().clone(srcpeer, heads=revs, stream=stream)
File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 1730, in clone
return self.pull(remote, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/hgrepo.py", line 14, in pull
return self.githandler.fetch(remote.path, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/git_handler.py", line 199, in fetch
refs = self.fetch_pack(remote, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/git_handler.py", line 1034, in fetch_pack
ret = client.fetch_pack(path, determine_wants, graphwalker, f.write, progress.progress)
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 536, in fetch_pack
proto, negotiated_capabilities, graph_walker, pack_data, progress)
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 401, in _handle_upload_pack_tail
self._read_side_band64k_data(proto, {1: pack_data, 2: progress})
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 282, in _read_side_band64k_data
raise AssertionError('Invalid sideband channel %d' % channel)
AssertionError: Invalid sideband channel 3
The text was updated successfully, but these errors were encountered:
Hi
I am getting bunch of errors when I try to clone from local file:// git repo
Traceback (most recent call last):
File "/usr/bin/hg", line 43, in
mercurial.dispatch.run()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 28, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 69, in dispatch
ret = _runcatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 138, in _runcatch
return _dispatch(req)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 839, in _dispatch
cmdpats, cmdoptions)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 600, in runcommand
ret = _runcommand(ui, options, cmd, d)
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 930, in _runcommand
return checkargs()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 901, in checkargs
return cmdfunc()
File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 836, in
d = lambda: util.checksignature(func)(ui, _args, *_cmdoptions)
File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 550, in check
return func(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 1331, in clone
branch=opts.get('branch'))
File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 402, in clone
destpeer.local().clone(srcpeer, heads=revs, stream=stream)
File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 1730, in clone
return self.pull(remote, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/hgrepo.py", line 14, in pull
return self.githandler.fetch(remote.path, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/git_handler.py", line 199, in fetch
refs = self.fetch_pack(remote, heads)
File "/usr/local/lib/python2.7/dist-packages/hggit/git_handler.py", line 1034, in fetch_pack
ret = client.fetch_pack(path, determine_wants, graphwalker, f.write, progress.progress)
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 536, in fetch_pack
proto, negotiated_capabilities, graph_walker, pack_data, progress)
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 401, in _handle_upload_pack_tail
self._read_side_band64k_data(proto, {1: pack_data, 2: progress})
File "/usr/lib/python2.7/dist-packages/dulwich/client.py", line 282, in _read_side_band64k_data
raise AssertionError('Invalid sideband channel %d' % channel)
AssertionError: Invalid sideband channel 3
The text was updated successfully, but these errors were encountered: