我正在尝试分叉 Michael Hartl 的 sample_app_rails_4 ( https://github.com/railstutorial/sample_app_rails_4 )。我不断收到错误消息:
'致命:无法从远程存储库读取。请确保您具有正确的访问权限并且存储库存在'
输入以下命令后。
$ cd /tmp
$ git clone git@github.com:railstutorial/sample_app_rails_4.git
我感谢任何帮助使这个(看似简单的)步骤起作用。