Document Gitea authentication setup

This commit is contained in:
AzuTear
2026-07-09 10:25:40 +02:00
parent c10f17b4ef
commit eb666febb6
+30
View File
@@ -0,0 +1,30 @@
# Gitea authentication
Remote:
```text
https://git.noveria.net/bao/genshin-assistant.git
```
Personal access tokens can be managed here:
```text
https://git.noveria.net/user/settings/applications
```
Use the token as the HTTPS password when Git asks for credentials. Do not save
tokens, passwords, or generated credentials in this repository.
On Windows, this repository uses Git Credential Manager from the system Git
config:
```powershell
git config --show-origin --get-all credential.helper
```
If authentication breaks again, refresh the saved credential in Windows
Credential Manager or let Git Credential Manager prompt again during:
```powershell
git push origin main
```