Update 2025-04-12_12:09:24
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user