Show SSH key file in Git Bash

前端 未结 3 449
轮回少年
轮回少年 2021-01-31 01:07

How can I see which SSH key file is used in Git Bash?

I tried \"git config --get-all\", but I get the error message

error: wrong number of argume

3条回答
  •  日久生厌
    2021-01-31 01:36

    Another solution, in the latest Git Bash, you can type:

    $ git-gui
    

    Then a GUI application is executing, and in the GUI, you can just click HelpShow SSH Key to show your SSH key.

提交回复
热议问题