Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Failed connect

Albert Ga
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!
October 26, 2013

Hi,

when i do this:

$ git push -u origin --all

i get

fatal: unable to access 'https://xxxxx@bitbucket.org/xxxxxx/proves.git/': Failed connect to bitbucket.org:443; No error

What is the problem?

thanks

2 answers

0 votes
oceansguo
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!
September 15, 2014

Hello @Albert Ga

When I used Git Bash to push a new project to remote,I met the same problem with you today.

The problem is proxy limit.

git config -global http.proxy http://username:password@IP:port
git config -get -global http.proxy
git config --system (or --global or --local) --unset http.proxy

Hope this helps you.

 

0 votes
AgentSmith
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 27, 2013

It looks like your client side may be blocking you. Are you able to access the bitbucket.org website?

You can try to tcptraceroute us on port 443 to be sure.

Additionally, you can run the same push command with the following syntax to see what error is actually coming from http:

GIT_CURL_VERBOSE=1 git push origin --all

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events