使用 Github 时遇到问题

使用 Github 时遇到问题

为了向其他更优秀的程序员学习如何编写好的代码,我决定安装 Github Desktop。

安装没有问题,但是,打开安装包附带的 Git shell 时,它告诉我 PowerShell 2.0 已弃用,必须安装 PowerShell 3.0。

在 Github 论坛上,我找到了一些答案,他们首先说要使用 PowerShell 3.0,但后来他们添加了一条评论,建议使用 PowerShell 5.0。

现在我做了一些研究,发现除了 1.0 和 2.0 之外没有其他版本适用于 Windows Vista。

问题是 - 我该如何使用 PowerShell 5.0 甚至 3.0?非常感谢您的帮助。

答案1

不要使用 git 桌面工具。安装适用于 Windows 的 Git接下来TortoiseGit

前往项目站点并点击绿色按钮download or clone并复制存储库地址。

在此处输入图片描述

进入资源管理器,右键单击要克隆代码的文件夹,选择Git Clone,粘贴存储库地址并单击ok。这将克隆存储库,您可以检查代码,自行编译。

答案2

您无法在 Windows Vista 上运行 PowerShell 3.0。

微软 Windows Vista自 2012 年 4 月起不再受主流支持

PowerShell 3.0 于 2012 年 12 月发布。它运行于(参见要求详情请见):

  • Windows 8
  • Windows 服务器 2012
  • Windows 7 SP1
  • Windows Server 2008 R2 SP1
  • Windows Server 2008 SP2

相关内容