I used the following command in CMD:
eval $(ssh-agent)
And the output is:
'eval' is not recognized as an internal or external, operable program or batch file.
Looking for the solution in CMD, it works fine in gitbash
I used the following command in CMD:
eval $(ssh-agent)
And the output is:
'eval' is not recognized as an internal or external, operable program or batch file.
Looking for the solution in CMD, it works fine in gitbash
There are other commands that you can try to start the ssh-agent
, depending on your shell and operating system. Here is an another command that you could try (from the answers to this question):
exec ssh-agent bash