Gemfile 配置是这样的: gem 'config_pal', :git => '[email protected]:turbosquid/config_pal.git'
执行 bundle install,出错: Fetching [email protected]:turbosquid/config_pal.git Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. ERROR: Repository not found. fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. Git error: command `git clone "[email protected]:turbosquid/config_pal.git"
按照文档说明,要添加 SSH Keys,添加完后执行:ssh-add -l,出现 Could not open a connection to your authentication agent. 根据 http://www.cnblogs.com/sheldonxu/archive/2012/09/17/2688281.html 说明, 先执行 ssh-agent bash,就这个出错了,