git 克隆致命错误 - 存储库 'https' 不存在
git clone fatal error - repository 'https' does not exist
我正在尝试获取 git 集线器回购的 git 克隆,即 odoo(以前称为 OpenERP)。在 Centos 8 中尝试 运行 git clone 命令时,出现以下错误:
error as shown in terminal
我运行在 root 中执行此命令。我已经尝试 运行 以 sudo 的方式使用它。
机器 运行正在 VPS 中,并且似乎有 https 解决问题。例如,我无法通过 https ping google。我也检查过,没有防火墙导致问题。 https ping attempt
我该如何最好地解决这个问题?不知道是不是域名服务器问题之类的。
尝试git clone https://github.com/odoo/odoo.git --depth 1 -b 13.0
Ping 只需要主机名,不需要 URL。尝试 ping ping google.com
我正在尝试获取 git 集线器回购的 git 克隆,即 odoo(以前称为 OpenERP)。在 Centos 8 中尝试 运行 git clone 命令时,出现以下错误: error as shown in terminal
我运行在 root 中执行此命令。我已经尝试 运行 以 sudo 的方式使用它。
机器 运行正在 VPS 中,并且似乎有 https 解决问题。例如,我无法通过 https ping google。我也检查过,没有防火墙导致问题。 https ping attempt
我该如何最好地解决这个问题?不知道是不是域名服务器问题之类的。
尝试git clone https://github.com/odoo/odoo.git --depth 1 -b 13.0
Ping 只需要主机名,不需要 URL。尝试 ping ping google.com