我从" c:\ Program Files \ Git \ mingw64 \ ssl \"复制所有内容(证书);在我的旧计算机上到新的Windows Server 2016(docker镜像)上的同一文件夹。尝试做:
git clone "git@github.com:mycompany/myrepo.git"
并获得错误
Cloning into 'myrepo'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
旧计算机上也没有c:\ users \ Administrator \ .ssh文件夹。
我做错了什么?