Update 2025-04-12_12:09:24

This commit is contained in:
oib
2025-04-12 12:09:24 +02:00
parent 173822a665
commit ada5844ce3

View File

@ -104,7 +104,7 @@ if [ $# -eq 0 ]; then
echo echo
echo "Authentication:" echo "Authentication:"
echo " Git uses ~/.netrc for authentication. You can create it like this:" echo " Git uses ~/.netrc for authentication. You can create it like this:"
echo " echo \"machine \$(echo \"$GITEA_URL\" | sed 's|https\\?://||') login $GITEA_USER password \"<your Git token or app password>\"\" > ~/.netrc" echo " echo \"machine \$(echo \"$GITEA_URL\" | sed 's|https\\?://||') login $GITEA_USER password \"<password>\"\" > ~/.netrc"
echo " chmod 600 ~/.netrc" echo " chmod 600 ~/.netrc"
exit 0 exit 0
fi fi