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

Git-services that run out of a webroot sub-directory fail to be recognized as a valid git-service #48

Open
CarboHydr opened this issue Feb 1, 2022 · 0 comments

Comments

@CarboHydr
Copy link

Gitty doesn't seem to recognize any git-services that aren't located on the bare fully qualified domain name.

Preconditions:

  • Gitea
    • hosted in sub-directory of example.com, e.g example.com/subdir
  • Local git-project

Programm calls:

  • gitty
  • gitty ./
  • gitty /absolute/path/to/dir
  • gitty https://example.com/subdir

Behavior:

  • export GITTY_TOKENS="example.com=abc123"
    • not a recognized git provider
  • export GITTY_TOKENS="example.com/subdir=abc123"
    • please set a GITTY_TOKENS env var for host example.com
@CarboHydr CarboHydr changed the title Git-services that from a webroot sub-directory fail to be recognized as a valid git-service Git-services that run out of a webroot sub-directory fail to be recognized as a valid git-service Feb 1, 2022
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

No branches or pull requests

1 participant