Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-10262

"hg pull" over ssh hangs indefinitely

    XMLWordPrintable

Details

    Description

      Hi guys,

      I believe this bug might be related to #6331 but since I am not getting any "ssh_exchange_identification" errors, I cannot know for sure.

      Running an "hg pull" on my (small) repo simply results in the following output, after which absolutely nothing happens:

      #!bash
      
      pulling from ssh://hg@bitbucket.org/goblincoding/codebase
      searching for changes
      adding changesets
      adding manifests                                                                                                        
      adding file changes
      
      

      My hgrc file is very basic:

      #!hg
      
      [paths]
      default = ssh://hg@bitbucket.org/goblincoding/codebase
      
      [extensions]
      progress =
      
      [ui]
      ssh = ssh -C
      

      and even running "hg --debug pull" only provides me with:

      #!bash
      
      running ssh -C hg@bitbucket.org 'hg -R goblincoding/codebase serve --stdio'
      sending hello command
      sending between command
      remote: 145
      remote: capabilities: lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch stream unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024
      
      

      If there is anything I can do to help troubleshoot, please let me know. As it stands, I am unable to pull anything from my BitBucket repo. OS is Ubuntu 14.04

      Attachments

        Activity

          People

            Unassigned Unassigned
            f803d1293b5d goblincoding
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: