zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
605 stars 74 forks source link

[BUG] The address that opened from "generator" button is not correct in our company's gitlab. How to config the address? #527

Closed baiyulong closed 8 months ago

baiyulong commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Press Ctrl + T to update project. Then failed because of none token was configed.
  2. Now the window is showing. Click on 'Generator' button. It will open gitlab like this "http://xxx.gitlab.com/-/profile/personal_access_tokens?name=IntelliJ%20IDEA%20GitLab%20Integration%20Plugin&scopes=api%2Cread_user". But the address of our gitlab is not same with below address.
  3. How can I change the address?

image

Expected behavior A clear and concise description of what you expected to happen.

Plugin version Exact plugin version. Eg. 212.8.4

IDE version Exact IDE and OS. You can use About > Copy

Screenshots If applicable, add screenshots to help explain your problem.

zielu commented 8 months ago

Hi, this is not part of my plugin but does seem to be part of IDE built-in GitLab integration

baiyulong commented 8 months ago

OK. Thanks. Your plugin is great. It's very useful.