Windows 10(64位)
我可以在Windows 10上成功从GitHub克隆git repo。
很好。
但是从GitLab我无法克隆git repo。
我收到错误消息:
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 repo。
为什么我不能在Windows 10计算机上下载git repo?
答案 0 :(得分:1)
转到Control Panel
->搜索Credential Manager
-> Windows Credentials
->搜索git:https://gitlab.com
,然后用您登录的GitLab用户Edit
进行搜索linux计算机,然后重试。