0

Iam getting the following issue while trying to clone the repository.

fatal: unable to access 'https://[email protected]/activecubs_angularjs/activecubs-admin-angularjs.git/': Failed to connect to bitbucket.org port 443: Network is unreachable

3

2 Answers 2

1

For UBUNTU:

  1. Open /etc/hosts file
  2. Add 104.192.143.3 bitbucket.org as a first line and save file

Now cloning will work.

Sign up to request clarification or add additional context in comments.

Comments

0

This may be caused by known issues trying to git push, pull, clone over IPv6.

You can force IPv4 by adding the following line to your hosts file (/etc/hosts on Linux, c:\windows\System32\drivers\etc\hosts on Windows):

104.192.143.1 bitbucket.org 

In you have a newer git client (>2.8), you can also force IPv4 via the -4 or --ipv4 switch.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.