Update development documentation for GitLab 2FA
The Eclipse Foundation will soon require 2-factor authentication on its GitLab. This means that instead of your Eclipse Foundation account password, an access token must be used when pushing commits to the Eclipse ESCET Git repo. We should update the development documentation for this.
To create an access token, in GitLab, when logged in, click your profile picture, and choose Preferences. Select Access Tokens in the left menu. Click Add new token and follow the instructions.
If you already have a development environment, and you've put your password into secure storage, so that you don't have to type it time and again, you'll get an error when you push. To resolve the error:
- Remove the
$HOME/.eclipse/org.eclipse.equinox.security/secure_storage
file. - Restart Eclipse.
Then you'll be asked again for your password, and you can use the access token instead.