Describe the bug
Can not import two or more repositories with ssh-key. I guess Mgit tryed to use for authentication only firstly generated key. How I can to manually ssh-key for this repository?
To Reproduce
Steps to reproduce the behavior:
Generate two key-pairs (key1, key2)
Go to github and add deploy keys in settings of repository (key1 to repo1, key2 to repo2)
Try to import repository via MGit by link like this: git@github.com:Username/repo1.git
First repo imported successful. But second repository can not import
Expected behavior
I suggested to add the ability set how key will be used
Describe the bug Can not import two or more repositories with ssh-key. I guess Mgit tryed to use for authentication only firstly generated key. How I can to manually ssh-key for this repository?
To Reproduce Steps to reproduce the behavior:
git@github.com:Username/repo1.git
Expected behavior I suggested to add the ability set how key will be used