Files
Sergey Pak 9bad0dcd78 Port IJPL-156591 to 243 (solves IJPL-171891)
Original MR to master: https://code.jetbrains.team/p/ij/repositories/ultimate/reviews/147074/timeline

Merge-request: IJ-MR-150150
Merged-by: Sergey Pak <Sergey.Pak@jetbrains.com>

GitOrigin-RevId: b333a198101a5c624b60033a3965d0458ad75177
2024-11-26 17:30:10 +00:00
..

Installation

Available for all IntelliJ Platform based products (build number greater than 139.69/140.2). Settings | Plugins | Browse repositories -> type in Settings Repository.

Don't try to install plugin from disk — otherwise you have to be aware of compatibility.

Configuration

Use File -> Settings Repository… to configure.

Specify URL of upstream Git repository. File URL is supported, you will be prompted to init repository if specified path is not exists or repository is not created. GitHub could be used to store settings.

Synchronization is performed automatically after successful completion of "Update Project" or "Push" actions. Also you can do sync using "VCS -> Sync Settings". The idea is do not disturb you. If you invoke such actions, so, you are ready to solve possible problems.

Authentication

On first sync you will be prompted to specify username/password. In case of GitHub strongly recommended to use an access token (leave password empty if you use token instead of username). Bitbucket doesn't support tokens.

If you still want to use username/password instead of access token or your Git hosting provider doesn't support it, recommended to configure git credentials helper.

OS X Keychain is supported. It means that your credentials could be shared between all IntelliJ Platform based products (you will be prompted to grant access if origin application differs from requestor application (credentials were saved in IntelliJ IDEA, but requested from WebStorm).

How to report issues

Use JetBrains YouTrack — project IntelliJ IDEA, subsystem Settings Repository (issue template).