首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能在Windows 10上从GitLab克隆git回购

不能在Windows 10上从GitLab克隆git回购
EN

Stack Overflow用户
提问于 2019-12-21 14:15:26
回答 1查看 1.6K关注 0票数 0

Windows 10 (64位)

我可以在Windows10上成功地从GitHub克隆git。

好的。

但是从GitLab我不能克隆git。

我得到了错误:

代码语言:javascript
复制
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?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-12-21 19:38:11

转到Control Panel -> SearchforCredential Manager -> Windows Credentials ->搜索git:https://gitlab.com,并与您在linux机器中登录的GitLab用户一起进行Edit搜索,然后再试一次。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59436901

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档