mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Change OAuth Client ID to the one provided by Forgejo
This commit is contained in:
parent
8cb8c2fd7e
commit
88766ffaec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue