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
I like the Gitea account integration, but I ran into two problems:
We are using a locally hosted Gitea instance on a non-standard port number. When using the "Create Pull Request on 'origin'" option, the opened URL does not contain the port number, and so the page doesn’t work.
Even if I add the non-standard port number manually, the link doesn’t work, because Gitea also expects the target branch in the compare URL. So Fork currently generates the URL https://scm.example/group/repo/compare/feature%2Fbranch, whereas it should use https://scm.example:5000/group/repo/compare/master...feature%2Fbranch (if the pull request is to be merged into master).
We are using a locally hosted Gitea instance on a non-standard port number. When using the "Create Pull Request on 'origin'" option, the opened URL does not contain the port number, and so the page doesn’t work.
I confirm that.
Even if I add the non-standard port number manually, the link doesn’t work, because Gitea also expects the target branch in the compare URL.
I like the Gitea account integration, but I ran into two problems:
https://scm.example/group/repo/compare/feature%2Fbranch
, whereas it should usehttps://scm.example:5000/group/repo/compare/master...feature%2Fbranch
(if the pull request is to be merged intomaster
).We’re using Gitea 1.16.9, btw.
Originally posted by @mco-dgmr in #1144 (comment)
The text was updated successfully, but these errors were encountered: