Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitea support #879

Closed
wants to merge 1 commit into from
Closed

Gitea support #879

wants to merge 1 commit into from

Conversation

hickford
Copy link
Contributor

@hickford hickford commented Sep 26, 2022

Fixes #145

tested with https://try.gitea.io/

git config --global credential.https://try.gitea.io.provider gitea
git config --global credential.https://try.gitea.io.giteadevclientid 7e8fa8b7-1cae-4bc2-beda-2fb982f2113a
git config --global credential.https://try.gitea.io.giteadevclientsecret gto_2hehr5mc7hqvrnxmz2gsl7crzhtu7dypfzpfsx6soch4aliehika

@hickford
Copy link
Contributor Author

hickford commented Sep 26, 2022

Not yet working, fails with OAuth error. Not sure why.

fatal: unauthorized_client: invalid client secret

@hickford
Copy link
Contributor Author

On investigation, I think this is blocked by go-gitea/gitea#21299

@hickford
Copy link
Contributor Author

hickford commented Oct 7, 2022

Fixed problems in Gitea (in particular go-gitea/gitea#21351 and go-gitea/gitea#21293), now working

@mjcheetham
Copy link
Collaborator

Closing as #1047 added support for adding custom OAuth-based providers via config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Gitea
2 participants