When I add --verbose I get the following
➜ myproject git:(v2.3) git push -u origin v2.3 --verbose
Pushing to https://NizarBlond@bitbucket.org/NizarBlond/myproject.git
The status dashboard shows all green:
What do you get if you use this command instead?
GIT_CURL_VERBOSE=1 git push -u origin v2.3
(Feel free to strip out passwords or other secrets, but please do not remove the Bitbucket IP address that it shows.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.