窗口服务器2008中的git存储库无法使用ssh克隆到本地

时间:2017-03-29 09:10:00

标签: git github ssh

我现在正在尝试使用ssh在服务器中执行git存储库,但我无法将其克隆到本地。 我的IP是103.244.89.55,并使用ssh与bitvise ssh服务器。 enter image description here enter image description here

我在" C:xampp / htdoc / maya"中使用了git来初始化夹

I use enter image description here

我无法从服务器克隆到本地,请

enter image description here

1 个答案:

答案 0 :(得分:0)

您需要在命令行git中配置您的用户名和电子邮件,以便它可以访问github,例如在shell提示符下:

$ git config --global user.name "Richard E. Silverman"
$ git config --global user.email res@oreilly.com

设置好后,你应该全力以赴。

  • 评论回复

在这种情况下,如果你想安装它与上面相同的配置,你需要在Windows上的unbuntu上运行Powershell或bash,或者以管理员身份运行任何shell,以授予你对安装目录的访问权限。