Walkablenormal
Walkablenormal
Hey, It's far from perfect, but a workaround is changing the username that is staticly set to 'git' in the getAuthMethod function in lib/GoGitClient.go (line 34), and recompile. This workaround...
Hey, This could be more-or-less the same as #1195. It's hard-coded to use the username 'git', but by default Gitea expects the username to be 'gitea'. I've submitted a PR...
Hey, It seems like it completly ignores the 'gitea' part of 'gitea@IPADDR:user/repo.git', and always uses 'git' as the username. By default, the gitea server expects Gitea as the username, so...
Tested this against a locally set up Gitea Git-service. It fails to fetch the repository from the Gitea Git-service when no username is set in the key because it falls...
> any update on this? not being able to use gitea makes semaphore unusable for me Hey, This PR should fix this issue. The maintainers need to merge this PR...
@fiftin I've merged the latest version of the codebase into this PR to solve any merge conflicts. All tests run without any problems. Can you look into this PR and...