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

Support git receive-pack as well as git-receive-pack when pushing Git over SSH (BB-7499)

    XMLWordPrintable

Details

    Description

      The default git configuration for some users on Ubuntu and other recent versions of Git will have the following in their Git configuration:

      #!bash
      
      remote.origin.receivepack=git receive-pack
      

      Bitbucket's Git/SSH server only accepts:

      #!bash
      
      remote.origin.receivepack=git-receive-pack
      

      This should be changed on the Bitbucket side.

      Attachments

        Activity

          People

            Unassigned Unassigned
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: