مرحبًا يا رفاق،
أريد تثبيت discourse محليًا في آلة افتراضية Ubuntu 21.04 عبر VMware، وحصلت على هذه الرسالة:
./launcher bootstrap app
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
fatal: unable to access ‘GitHub - discourse/pups: Simple yaml based bootstrapper for Linux machines · GitHub’: Could not resolve host: github.com
e0146dd79cd1704e68b8c6aab0168f269af67c8eac4880a7c2ed4276e78031f2
** FAILED TO BOOTSTRAP ** يرجى التمرير للأعلى والبحث عن رسائل الخطأ السابقة، فقد يكون هناك أكثر من خطأ.
قد يساعد ./discourse-doctor في تشخيص المشكلة.
ولكن عند محاولة استنساخه في /tmp، يعمل الأمر بنجاح:
/tmp# git clone GitHub - discourse/pups: Simple yaml based bootstrapper for Linux machines · GitHub
Cloning into ‘pups’…
remote: Enumerating objects: 477, done.
remote: Counting objects: 100% (136/136), done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 477 (delta 60), reused 94 (delta 33), pack-reused 341
Receiving objects: 100% (477/477), 83.41 KiB | 1.63 MiB/s, done.
Resolving deltas: 100% (233/233), done.
كما أن أمر nslookup يعمل أيضًا (مفاجأة ومفاجأة :-))
nslookup github.com
Server: 127.0.0.53
Address: 127.0.0.53#53Non-authoritative answer:
Name: github.com
Address: 140.82.121.4
هل لديكم أي أفكار؟
شكرًا جزيلًا لكم يا رفاق!