Angular JS—enter passphrase for key rsa id?

I am reading Sitepoint MEAN 2014 book - in page 193 refers install angular:
I tried first step - but (using git/bash/win 7) what to use for Enter passphrase for key rsa id…???

$ git clone “git@github.com:angular/angular.js.git”
Cloning into ‘angular.js’…
Warning: Permanently added the RSA host key for IP address ‘192.30.251.44’ to t
he list of known hosts.
Enter passphrase for key ‘/c/Users/User/.ssh/id_rsa’:
Enter passphrase for key ‘/c/Users/User/.ssh/id_rsa’:
Enter passphrase for key ‘/c/Users/User/.ssh/id_rsa’:
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

The passphrase is something you chose when you generated your SSH key. If you can’t remember what passphrase you used, you’ll need to regenerate your key.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.