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
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
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.