-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
What I did are listed as follows:
- Ran
ssh-keygen -t ecdsa -C “<my email>”in inner-terminal and no extra contents (e.g. passpharse) was inputted by keeping pressing ENTER; - Sequentially copied the content of
.ssh/id_ecdsa.pub,id_ecdsainto the authentication setup in setting page;
-
Closed and reopened the app;
-
Created the record of corresponding ssh key in the settings of Github.
Then I tried to clone repo from Github:
- Did that in UI called from left-side bar, whereas returned an error that
authentication callback returned unsupported credentials type;
- Did that again in terminal by running
lg2 clone <. . .>, pressed the dedicated type of ssh key. It requested the same thing again and there seemed to be an error thatNo user.identityFile found in git config: config value ‘user.identityFile’ was not found.
I am not sure whether it was caused by operational error or bug.
Metadata
Metadata
Assignees
Labels
No labels