执行git clone提示“fatal: unable to access”
如在github上下载一个开源项目,本地git环境已经建好,之前也用过,本地仓库已经建好。当执行git clone https://www.8a.hk/openstf/stf.git 命令的时候,一直提示无法访问,
提示如
fatal: unable to access ‘https://www.8a.hk
解决方法:把https改成git即可
了解最新动态,掌握行业资讯,获取产品更新信息
如在github上下载一个开源项目,本地git环境已经建好,之前也用过,本地仓库已经建好。当执行git clone https://www.8a.hk/openstf/stf.git 命令的时候,一直提示无法访问,
提示如
fatal: unable to access ‘https://www.8a.hk
解决方法:把https改成git即可