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

Unable: git push -u origin -all

    XMLWordPrintable

Details

    Description

      I am trying to push my repository but when I use "git push -u origin -all" via ssh, I get this result:

      #!python
      
      Counting objects: 85, done.
      Delta compression using up to 4 threads.
      Compressing objects: 100% (70/70), done.
      Writing objects: 100% (85/85), 19.58 KiB | 0 bytes/s, done.
      Total 85 (delta 2), reused 0 (delta 0)
      Connection to bitbucket.org closed by remote host.
      fatal: The remote end hung up unexpectedly
      fatal: The remote end hung up unexpectedly
      
      

      My "ssh -vT git@bitbucket.org" looks like:

      #!python
      OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g  1 Mar 2016
      debug1: Reading configuration data /etc/ssh/ssh_config
      debug1: /etc/ssh/ssh_config line 19: Applying options for *
      debug1: Connecting to bitbucket.org [104.192.143.3] port 22.
      debug1: Connection established.
      debug1: identity file /home/lucas/.ssh/id_rsa type 1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_rsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_dsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_dsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_ecdsa type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_ecdsa-cert type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_ed25519 type -1
      debug1: key_load_public: No such file or directory
      debug1: identity file /home/lucas/.ssh/id_ed25519-cert type -1
      debug1: Enabling compatibility mode for protocol 2.0
      debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
      debug1: Remote protocol version 2.0, remote software version conker_1.0.257-ce87fba app-130
      debug1: no match: conker_1.0.257-ce87fba app-130
      debug1: Authenticating to bitbucket.org:22 as 'git'
      debug1: SSH2_MSG_KEXINIT sent
      debug1: SSH2_MSG_KEXINIT received
      debug1: kex: algorithm: curve25519-sha256@libssh.org
      debug1: kex: host key algorithm: ssh-rsa
      debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
      debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
      debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
      debug1: Server host key: ssh-rsa SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A
      debug1: Host 'bitbucket.org' is known and matches the RSA host key.
      debug1: Found key in /home/lucas/.ssh/known_hosts:2
      debug1: rekey after 4294967296 blocks
      debug1: SSH2_MSG_NEWKEYS sent
      debug1: expecting SSH2_MSG_NEWKEYS
      debug1: rekey after 4294967296 blocks
      debug1: SSH2_MSG_NEWKEYS received
      debug1: SSH2_MSG_SERVICE_ACCEPT received
      debug1: Authentications that can continue: publickey
      debug1: Next authentication method: publickey
      debug1: Offering RSA public key: /home/lucas/.ssh/id_rsa
      debug1: Server accepts key: pkalg ssh-rsa blen 279
      debug1: Authentication succeeded (publickey).
      Authenticated to bitbucket.org ([104.192.143.3]:22).
      debug1: channel 0: new [client-session]
      debug1: Entering interactive session.
      debug1: pledge: network
      debug1: Sending environment.
      debug1: Sending env LC_PAPER = pt_BR.UTF-8
      debug1: Sending env LC_ADDRESS = pt_BR.UTF-8
      debug1: Sending env LC_MONETARY = pt_BR.UTF-8
      debug1: Sending env LC_NUMERIC = pt_BR.UTF-8
      debug1: Sending env LC_TELEPHONE = pt_BR.UTF-8
      debug1: Sending env LC_IDENTIFICATION = pt_BR.UTF-8
      debug1: Sending env LANG = en_US.UTF-8
      debug1: Sending env LC_MEASUREMENT = pt_BR.UTF-8
      debug1: Sending env LC_CTYPE = pt_BR.UTF-8
      debug1: Sending env LC_TIME = pt_BR.UTF-8
      debug1: Sending env LC_NAME = pt_BR.UTF-8
      debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
      logged in as lucasyokoo1.
      
      You can use git or hg to connect to Bitbucket. Shell access is disabled.
      debug1: channel 0: free: client-session, nchannels 1
      Transferred: sent 3256, received 1728 bytes, in 0.4 seconds
      Bytes per second: sent 8126.1, received 4312.6
      debug1: Exit status 0
      
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            21630730b35c lucasyokoo1
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: