Update for error message when access freeleaps.com repository failed

This commit is contained in:
Tianyong Qiu 2025-02-14 16:26:32 +08:00
parent 63f3158f04
commit a139aa37f7

View File

@ -1121,8 +1121,8 @@ fi
# Test if the user can access the freeleaps.com repository
echo "==> Testing access to freeleaps.com repository..."
if ! git ls-remote "https://$FREELEAPS_USERNAME:$FREELEAPS_PASSWORD@freeleaps.com:3443/products/freeleaps.git" &>/dev/null; then
echo "ERROR: Failed to access freeleaps.com repository."
echo "==> [INIT] DevBox environment initialization completed."
echo "ERROR: Failed to access freeleaps.com repository. Please check your username and password."
echo "==> [INIT] DevBox environment initialization completed successfully, but access to the freeleaps.com repository failed."
exit 1
fi