美文网首页
fatal: unable to access : Failed

fatal: unable to access : Failed

作者: holidayPenguin | 来源:发表于2022-06-25 21:44 被阅读0次

This is Temp fix but at least working for me after bitbucket new IP changed

Note:- hosts file can be found in windows at C:\Windows\System32\drivers\etc and in Linux it exists at /etc/hosts. make sure you edit with admin rights i.e in windows open notepad as administrator and then open host file. In Linux sudo gedit /etc/hosts from the terminal from any location :)

just add the below line in hosts file

18.205.93.0 bitbucket.org

For all existing users who previously edited etc/hosts file and now stopped working just replace the old IP address of bitbucket with new one i.e in etc/hosts

REPLACE 104.192.143.3(old IP whatever) bitbucket.org

with

18.205.93.0 bitbucket.org

Happy Coding!

相关文章

网友评论

      本文标题:fatal: unable to access : Failed

      本文链接:https://www.haomeiwen.com/subject/atcwvrtx.html