How to run ssh-add on windows?

后端 未结 7 595
夕颜
夕颜 2020-11-29 16:22

I\'m following #335 Deploying to a VPS , and near the end of the episode, we need to run ssh-add to give server access to github repo.

The problem is ho

7条回答
  •  悲哀的现实
    2020-11-29 17:07

    I have been in similar situation before. In Command prompt, you type 'start-ssh-agent' and voila! The ssh-agent will be started. Input the passphrase if it asked you.

提交回复
热议问题