1

I have a git repository and I want to clone it, but I have never done this using GitHub and RubyMine.

This is what I have till now:

  1. SSH clone URL - from git hub
  2. New SSH Key created for my PC and added in my Git Hub account
  3. Ruby mine connection setting successful:

enter image description here

But when I copy the SSH clone URL in the environment I get the following error:

enter image description here

Can anyone assist me with the steps of cloning such repository?

4

1 回答 1

2

Path to Git executable不是您的 GitHub URL,您需要指定将用于执行命令的命令行 git 客户端的路径:

/usr/bin/git

另请参阅本文档

于 2013-07-14T16:30:45.017 回答