Estoy recibiendo el siguiente error extraño al intentar reconstruir/iniciar:
I, [2024-07-01T01:51:27.741415 #1] INFO -- : cd /var/www/discourse & sudo -H -E -u discourse git reset --hard
Updating files: 100% (34557/34557), done.
I, [2024-07-01T01:51:30.764498 #1] INFO -- : HEAD is now at cada17298 FIX: Do not capture OAuth user on 2FA page (#27617)
I, [2024-07-01T01:51:30.764638 #1] INFO -- : cd /var/www/discourse & sudo -H -E -u discourse git clean -f
I, [2024-07-01T01:51:30.915386 #1] INFO -- :
I, [2024-07-01T01:51:30.915510 #1] INFO -- : cd /var/www/discourse & sudo -H -E -u discourse bash -c '
set -o errexit
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
git remote set-branches --add origin main
git remote set-branches origin tests-passed
git fetch --depth 1 origin tests-passed
else
git fetch --tags --prune-tags --prune --force origin
fi
'
fatal: unable to access 'https://github.com/discourse/discourse.git/': Could not resolve host: github.com
¿Alguien más en ARM64 tiene esto?
Lo intenté en x86 y funcionó bien. Son casi las 4 de la mañana, así que estoy tratando de obtener una verificación de cordura de alguien.