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

i always failed to push to bitbucket from my local machine.

    XMLWordPrintable

Details

    Description

      recently, i always failed to push to bitbucket from my local machine. it works fine before.

      ===========================================

      git.exe push -v --progress "origin" master:master

      Pushing to https://iamsyt@bitbucket.org/learningosys/goserver.git

      Counting objects: 241, done.

      Delta compression using up to 2 threads.

      Compressing objects: 100% (216/216), done.

      Writing objects: 100% (224/224), 30.52 MiB | 3.01 MiB/s, done.

      Total 224 (delta 120), reused 0 (delta 0)

      POST git-receive-pack (32001900 bytes)

      fatal: The remote end hung up unexpectedly

      fatal: recursion detected in die handler

      error: RPC failed; result=22, HTTP code = 500

      Everything up-to-date

      =============================================

      i have checked similar issues, and do the following before run "git push -u origin master" command as below:


      export https_proxy="192.168.1.2:8087"

      export http_proxy="192.168.1.2:8087"

      git config --global http.sslVerify false

      git config --global http.postBuffer 524288000


      but it doesn't help!!

      could you please check if there is anything wrong on server side?

      thanks

      Attachments

        Activity

          People

            Unassigned Unassigned
            81f26f44132c sunz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: