24
Github:克隆我的私有存储库时出错
我正在尝试使用https-URL克隆我的GitHub项目,但是失败并出现错误: $ git clone https://foo@github.com/foo/foo-private.git Cloning into foo-private... Password: error: error setting certificate verify locations: CAfile: /bin/curl-ca-bundle.crt CApath: none while accessing https://foo@github.com/foo/foo-private.git/info/refs fatal: HTTP request failed 我究竟做错了什么?