我在从 GitHub 下载 Xilinx 时遇到了问题。我在 Google 上搜索并尝试了各种方法来克隆它。以下是错误:
mohsin@mohsin-VirtualBox:~$ git clone https://github.com/Xilinx/linux-xlnx.git
Cloning into 'linux-xlnx'...
fatal: unable to look up github.com (port 9418) (Temporary failure in name resolution)
我尝试过:
git config --global http.proxy
git config --global https.proxy
但我仍然遇到同样的错误。
我在 VirtualBox 6.1 中使用 Ubuntu 20.04。
答案1
要检查 ubuntu 上的分辨率,请运行:
$ sudo resolvectl query github.com
github.com: 140.82.114.3 -- link: wlp2s0
-- Information acquired via protocol DNS in 1.3ms.
-- Data is authenticated: no
要更新它(例如,更新到 google 的 dns 服务器),请从上一个命令中获取链接名称(或检查ifconfig
),然后wlp2s0
在以下命令中将其替换为我的:
$ sudo resolvectl dns wlp2s0 8.8.8.8