I’m getting the following strange error on trying to rebuild/bootstrap:
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
Anyone else on ARM64 get this?
I tried on x86 and it worked OK. Coming to 4am now so trying to get a sanity check from somebody.