如果您在Windows上使用git bash会话,请在常规CMD中重试(您的%PATH%应该已经引用了Git)。
同样,如果您使用的是Windows,请务必使用 最新的Git For Windows(2.21)
克隆gitlab项目后,它可能会为您提供创建它的文件夹名称。 就像是 $ git clone yourHttpgitclonelink 克隆到'SampleProjects'......
然后你必须使用在SampleProjects目录中导航 $ cd SampleProjects 如果你能够在示例项目中导航,这意味着一切正常,你可以通过使用命令检查你的项目 $ git checkout yourbranchname
如果您无法在“SampleProjects”目录中导航,您将收到错误“bash:cd:SampleProjects:No such file or directory”
这意味着克隆项目时出现问题,该问题可能是由于您的组织域限制或凭据限制。
对于域限制问题,您必须征得IT团队的许可才能提供对URL的访问权限。
问题的原因是 Ransomeware Protection 在 Windows Security 已启用。如果启用,Windows不允许不受信任的网站访问我们的受保护文件夹。禁用 Ransomware Protection 不是推荐的。您可以允许您信任的网站访问特定文件夹 Allow an app through Controlled folder access 选项。
Ransomeware Protection
Windows Security
Ransomware Protection
Allow an app through Controlled folder access