Windows 10 (64位)
我可以在Windows10上成功地从GitHub克隆git。
好的。
但是从GitLab我不能克隆git。
我得到了错误:
git clone https://gitlab.com/some-project/android
Cloning into 'android'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https://gitlab.com/some-project/android.git/'但是如果我尝试相同的命令( Linux上的git clone https://gitlab.com/some-project/android)),我就成功地从GitLab克隆了git。
为什么我不能在windows 10机器上下载git?
发布于 2019-12-21 19:38:11
转到Control Panel -> SearchforCredential Manager -> Windows Credentials ->搜索git:https://gitlab.com,并与您在linux机器中登录的GitLab用户一起进行Edit搜索,然后再试一次。
https://stackoverflow.com/questions/59436901
复制相似问题