Skip to main content

Try this: go to C:$Installation_Folder$\Git\cmdC:\$Installation_Folder$\Git\cmd and execute start-ssh-agent:

start-ssh-agent 

It will open a Cmdcmd command and run the ssh-agentssh-agent the right way.

ssh-add ~/.ssh/id_rsassh-add ~/.ssh/id_rsa should then work.

Try this go to C:$Installation_Folder$\Git\cmd and execute start-ssh-agent

It will open a Cmd command and run the ssh-agent the right way.

ssh-add ~/.ssh/id_rsa should work.

Try this: go to C:\$Installation_Folder$\Git\cmd and execute:

start-ssh-agent 

It will open a cmd command and run the ssh-agent the right way.

ssh-add ~/.ssh/id_rsa should then work.

Source Link

Try this go to C:$Installation_Folder$\Git\cmd and execute start-ssh-agent

It will open a Cmd command and run the ssh-agent the right way.

ssh-add ~/.ssh/id_rsa should work.