Setting up SSH keys for Bitbucket on Windows

后端 未结 7 1474
死守一世寂寞
死守一世寂寞 2021-02-05 12:35

First, I am an absolute noob with git, repos and command line. I have repo on Bitbucket and I basically want to be able to push to the repository via gitbash without entering a

7条回答
  •  我在风中等你
    2021-02-05 13:16

    if you need to update multiple putty sessions on windows via powershell:

    set-Itemproperty -path HKCU:\Software\SimonTatham\PuTTY\Sessions\sessionname -name PublicKeyFile -value "C:\Users\username.ssh\putty.ppk"

提交回复
热议问题