Forums

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

git push -u origin --all ... ssh: connect to host bitbucker.org port 22: Connection refused fatal: C

Norman Fisher September 22, 2018

git push -u origin --all

ssh: connect to host bitbucker.org port 22: Connection refused
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

 

Have checked email address in gitconfig ... repository is found with 

git remote add origin git@bitbucket.org:thestorm1/hello_app.git

command

2 answers

1 vote
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 24, 2018

Are you sure you have the right address? The message in the title refers to "bitbuckeR.org" instead of "bitbuckeT.org" (emphasis mine).

Norman Fisher September 26, 2018

Thanks for your reply ... I don't know if my misspelling of bitbucket as bitbucker was the problem ... but I found a search entry that worked for port 22 ...

git remote set-url origin ssh://git@altssh.bitbucket.org:443/thestorm1/hello_app.git
git push -u origin --all

I thought I had copied the entry that was given by www.bitbucket.org, but maybe not.

Again, thanks!

Norman Fisher September 26, 2018

Thanks for your reply ... I don't know if my misspelling of bitbucket as bitbucker was the problem ... but I found a search entry that worked for port 22 ...

git remote set-url origin ssh://git@altssh.bitbucket.org:443/thestorm1/hello_app.git
git push -u origin --all

I thought I had copied the entry that was given by www.bitbucket.org, but maybe not.

Again, thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events