Skip to content

Commit

Permalink
add troubleshooting instructions for github organisations
Browse files Browse the repository at this point in the history
  • Loading branch information
hickford committed Oct 16, 2024
1 parent 62d8703 commit 5be89d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ The maintainer personally uses GCM on Windows and git-credential-oauth on Linux.
4. Check Git remote URL `git remote -v` does not contain a username.
5. Test git-credential-oauth in verbose mode for *your specific host* `printf host=example.com\nprotocol=https\n | git-credential-oauth -verbose get`. Set any config keys suggested.

### GitHub organizations

Some GitHub organizations require users to manually request approval for the app:

1. https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
2. https://docs.github.com/en/organizations/managing-oauth-access-to-your-organizations-data/approving-oauth-apps-for-your-organization

## Development

Install locally with `go install .`.
Expand Down

0 comments on commit 5be89d5

Please sign in to comment.