How to Solved – fatal: Failed to connect to bitbucket.org port 443: Network is unreachable?

Today now in this post i will show you How to Solved – fatal: Failed to connect to bitbucket.org port 443: Network is unreachable? When i was working on my new project repository i was found an error “fatal: unable to access ‘myrepo’ Failed to connect to bitbucket.org port 443: Network is unreachable” some days ago. when i was going to just git pull command i was found an error as like as bellow:

fatal: unable to access 'https://hardik@bitbucket.org/hardik/setup_backend.git/':
Failed to connect to bitbucket.org port 443: Network is unreachable

But i was try to solve it but nothing, at last i was found a solution i was use the HTTPS for clone repo. But i was need to use SSH for git repo. So i need to changed remote HTTPS into ssh as like as bellow:

git remote -v
git remote remove origin
git remote add origin git@bitbucket.org:hardik/setup_backend.git

Read Also: How to convert file extension using CloudConvert in laravel?

Thanks for read. I hope it help you. For more you can follow us on facebook

About Md. Mostofa Kamal

My name is Md. Mostofa Kamal. I'm a developer. I live in Bangladesh and I love to write tutorials and tips that will help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, Codeigniter, VueJS, AngularJS, and Bootstrap from the early stage.

View all posts by Md. Mostofa Kamal →