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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem :)
It just confirms its not a Sourcetree problem directly, more an issue between git and Bitbucket Server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.