Change OAuth Client ID to the one provided by Forgejo

This commit is contained in:
Manuel Prinz 2026-02-08 12:20:52 +01:00
parent 8cb8c2fd7e
commit 88766ffaec

View file

@ -65,7 +65,7 @@ Git will check the credential helpers in the order they are defined, so only ask
Next, you need to tell Git Credential OAuth which settings to use with Codeberg:
```sh
git config --global credential.https://codeberg.org.oauthClientId 246ca3e8-e974-430c-b9ec-3d4e2b54ad28
git config --global credential.https://codeberg.org.oauthClientId a4792ccc-144e-407e-86c9-5e7d8d9c3269
git config --global credential.https://codeberg.org.oauthAuthURL /login/oauth/authorize
git config --global credential.https://codeberg.org.oauthTokenURL /login/oauth/access_token
```