我是一名 git 新用户,正在尝试遵循 Lynda.com 教程。我发出了教程中的确切命令。我使用的是 Windows 10,git 版本 1.9.4.msysgit.2。我已从 GitHub 复制了以下 url(来自所需的 Github Repo)并发出以下命令并收到以下错误。
owner@LAPTOP-0FP78GPS /c/users/owner/Documents (master)
$ git clone https://github.com/kevinskoglund/explore_california.git lynda_version
Cloning into 'lynda_version'...
fatal: unable to access 'https://github.com/kevinskoglund/explore_california.git/': error setting certificate verify locations:
CAfile: C:\Program Files\Git\mingw64\ssl\cert.pem
CApath: C:/RailsInstaller/Git/path/to/cacerts
Run Code Online (Sandbox Code Playgroud)