Files
openide/plugins/settings-repository
Vladimir Krivosheev 9c4d6e1894 do not use deprecated guava cache
GitOrigin-RevId: 5f7c407aae45df034a3dc1c0a9876a53807b64b8
2020-11-24 11:43:09 +00:00
..
2020-11-24 11:43:09 +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).