Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500

Alejandro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 9, 2019

Hello,

I have created a repository in a remote server using Bitbucket. In my local PC I clone the repository in remote to my local PC, in which I work normally using ,c and .h files (only a few of them, 4, o 5 files) and it is working well, the commits are working and I am able to make "push", "pull" and so on.

The error occurs when i try to push a hole .project (using eclipse and STM32F4 microcontroller), i copy a complete project (with all folders and .c .h, .xml, debug and drivers, .setting folders and files), i am able to make the commit without any problem, but when i click on push, it starts but suddlenly stops with the following message:

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
POST git-receive-pack (chunked)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
Pushing to http://81.169.176.242:7990/scm/prueb/pruebasstm32f411.git
Everything up-to-date

Completed with errors, see above.

 

I am completly lost, any help is appreciated.

Thanks in advance! Regards.
Alejandro

 

 

1 answer

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2019

Hi 
I think that is primarily an issue with your Bitbucket Server install. You can check that by trying to run
>git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master

from the command line.

I'll see if we can get any response Bitbucket Server people.


Alejandro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2019

Hello Michael,

thanks for your reply, unfortlunatly i have the following mesage from the console:

$ git -c diff.mnemonicprefix=false -c core.quotedpath=false --no-optional-locks push -v --tags origin master:master                                                                                               
Pushing to http://81.169.176.242:7990/scm/prueb/pruebasstm32f411.git                                                                                                                                              
Enumerating objects: 158, done.                                                                                                                                                                                   
Counting objects: 100% (158/158), done.                                                                                                                                                                           
Delta compression using up to 6 threads                                                                                                                                                                           
Compressing objects: 100% (146/146), done.                                                                                                                                                                        
POST git-receive-pack (chunked)                                                                                                                                                                                   
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500                                                                                                                                         
fatal: the remote end hung up unexpectedly                                                                                                                                                                        
Writing objects: 100% (156/156), 2.74 MiB | 1.67 MiB/s, done.                                                                                                                                                     
Total 156 (delta 53), reused 0 (delta 0)                                                                                                                                                                          
fatal: the remote end hung up unexpectedly                                                                                                                                                                        
Everything up-to-date                                                                                                                                                                                             
                                                                                                                                                                                                                  

I am a beginer using this program, sorry for the invoncenience...


regards.
Alejandro

minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2019

No problem :) 

It just confirms its not a Sourcetree problem directly, more an issue between git and Bitbucket Server.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events