I am trying to push project files to a network repository on Gitlab using PhpStorm.
I have installed Git and generated an SSH key with a password, and added the key to Gitlab.
I have also copied my Gitlab profile's SSH URL to the clipboard.
Now, when I go to PhpStorm's VCS->Git->Push
, click on "Define remote", Paste the Gitlab SSH URL into the "URL" field, and click "OK", PhpStorm displays a message containing a very different key than the one I set up in Gitlab.
Here are pics of the steps I take in PhpStorm:
Step 1:
Step 2:
Step 3:
Look closely at this dialog box. It is listing a different key than the one I added to my Profile in Gitlab.
If I click "Yes" or "No", it asks me for the key's password. If type in the password that was defined for the other key, PhpStorm does not accept it.
Where could the key shown in Step 3 come from?