Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bunch of errors on Linux #15

Open
gerroon opened this issue Oct 25, 2014 · 0 comments
Open

bunch of errors on Linux #15

gerroon opened this issue Oct 25, 2014 · 0 comments

Comments

@gerroon
Copy link

gerroon commented Oct 25, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant