Forums

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

Pushing to origin

Mauro Catellani May 20, 2025

I've a problem when pushing something else in origin

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin fb_SCPNRegnoUnito_VOC:fb_SCPNRegnoUnito_VOC
POST git-receive-pack (68778 bytes)

After the execution of above command the operation not finish

Which is the problem ?

I'have got not error

2 answers

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2025

G'day, @Mauro Catellani 

What do you mean by pushing something else? Can you provide more context here? Does the push work on a different branch or just a specific branch?

That said, I suggest trying to push through the CLI as it may generate more verbose/logs to verify the issue.

Regards,
Syahrul

Mauro Catellani May 22, 2025

Hi Sahrul,

the problem happens when i push to origin in branch fb_SCPNRegnoUnitoVOC.

In the attached photo this is what happens

the operation does not complete, it remains suspended waiting for something

Regards

Mauro CatellaniImmagine 2025-05-22 135733.png

 

Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2025

Hey @Mauro Catellani 

Can you try to increase your postbuffer and see if that helps

git config --global http.postBuffer 524288000

Regards,
Syahrul

Mauro Catellani May 26, 2025

Hi Syahrul,

i try git push origin after

git config --global http.postBuffer 524288000

but the problem persist.

Any other suggest for me ?

Thanks 

Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 27, 2025

Hey @Mauro Catellani 

Thank you for the update. I notice that you have paid workspace, can you raise a support ticket with us to investigate this issue? You can raise it at our support portal and provide your push verbose command using the following example:

If you use HTTPS:

GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 <git command_here>

If you use SSH:

GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" <git command>

Regards,
Syahrul

Mauro Catellani May 29, 2025
Hi Syahrul,
my Bitbucket Cloud space is free because we are 5 users using it.
I tried to connect to the support email address you sent me but among the products for which I can open a ticket there is no Bitbucket.
I attach the GIT command with the trace as requested by you.
Can you help me solve the problem?

Screenshot 2025-05-29 092004.png

Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 29, 2025

Hey @Mauro Catellani 

I have raised a support ticket on your behalf. One of our support engineers should get back to you soon. I suggest attaching the full verbose logs to the ticket. You can view your ticket at:

https://getsupport.atlassian.com/servicedesk/

Regards,
Syahrul

Mauro Catellani May 30, 2025

Thanks a lot

Regards

Mauro

0 votes
Mauro Catellani May 21, 2025

Hi, today the problem persist :-(

Any answer for me ?

Thanks in advance

Best regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events