ليس لديك بالضبط المشكلة الموضحة في الموضوع الذي ربطته، وبالفعل يبدو أن لديك مشكلة متقطعة، وهي دائمًا الأصعب في التشخيص. ولكن ربما يمكنك تجربة جلب يدوي. لقد جربت هذا، وهو غير ضار:
# cd /var/discourse/
# ./launcher enter app
تم اكتشاف بنية x86_64.
# wget -O - -v https://github.com/discourse/logster.git/ |wc
--2023-01-04 15:30:25-- https://github.com/discourse/logster.git/
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/discourse/logster/ [following]
--2023-01-04 15:30:25-- https://github.com/discourse/logster/
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘STDOUT’
- [ <=> ] 231.22K --.-KB/s in 0.06s
2023-01-04 15:30:26 (3.99 MB/s) - written to stdout [236767]
2751 15860 236767
#
نرى أن “github.com” تم ترجمته إلى عنوان IP معقول، وتم الاتصال به، وأعاد بعض البيانات. في الواقع، تصرف الأمر الذي تم تشغيله داخل الحاوية بشكل كبير مثلما يتصرف خارج الحاوية، وهذا متوقع.
هل تستخدم وصفة تثبيت مدعومة، على شركة استضافة معروفة؟