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
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
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 Catellani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Mauro Catellani
Can you try to increase your postbuffer and see if that helps
git config --global http.postBuffer 524288000
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Syahrul,
i try git push origin after
git config --global http.postBuffer 524288000
but the problem persist.
Any other suggest for me ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, today the problem persist :-(
Any answer for me ?
Thanks in advance
Best regards
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.