codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Keep asking password when `lg2 clone <url>` based on SSH-key

Open JohnsonLo00 opened this issue 3 months ago • 1 comments

I have generated ssh key paring by running:

ssh-keygen -t ed25519 -C '<my email>'

And also completed configuring [Author Identity] and [Authentication] in the setting of this APP, along with adding this ssh keys to Github and Gitee.

However, when I ran lg2 clone <url>, it returned as two pictures attached described.

image

image

I have no idea about what does the password mean.

JohnsonLo00 avatar Oct 08 '25 13:10 JohnsonLo00

lg2 manages its credentials separately. The settings page manages the credentials for the git UI. Password is the passphrase of your key. Leave empty if there isn't one

bummoblizard avatar Oct 29 '25 00:10 bummoblizard