Created
          May 3, 2011 01:18 
        
      - 
      
 - 
        
Save skull-squadron/952660 to your computer and use it in GitHub Desktop.  
    Restart ssh-agent
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | killall ssh-agent; eval `ssh-agent` | 
For those from Google, its ok to have error that mentioned in comment above. It basically means that ssh-agent is not running
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
I get an error:
What does that mean?
UPDATE:
the resolution is to run this first:
eval $(ssh-agent) > /dev/null