Total Pageviews

Google Ads

Friday, September 20, 2013

ssh-add error Could not open a connection to your authentication agent

Follow

 cd path-to-Git/bin (for example,cd C:\Program Files\Git\bin)  
 bash  
 exec ssh-agent bash  
 ssh-add path/to/.ssh/id_rsa  
 git clone ssh://git@git-server:7999/OPEN/open-repo.git c:\git\123  



No comments:

Post a Comment