You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Gitty doesn't seem to recognize any git-services that aren't located on the bare fully qualified domain name.
Preconditions:
example.com/subdir
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
The text was updated successfully, but these errors were encountered: