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
Are you sure you have the right address? The message in the title refers to "bitbuckeR.org" instead of "bitbuckeT.org" (emphasis mine).
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Please, have a look these threads:
https://bitbucket.org/site/master/issues/9519/connect-to-host-bitbucketorg-port-22
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
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.