VScode卸载重装后GitLab克隆报错问题
gitlab克隆报错:remote: HTTP Basic: Access denied;remote: You must use a personal access .....
错误: remote: HTTP Basic: Access denied remote: You must use a personal access token with ‘api’ scope for Git over HTTP. remote: You can generate one at https://github.com/profile/personal_access_tokens
错误原因:
You must use a personal access token with ‘api’ scope for Git over HTTP.
即: 没有为GitLab设置以"api"为权限范围的token(可以理解为令牌)
上问题如何解决?
可以通过设置gitlab的个人令牌来解决
第一步:点击setting
第二步:选择Access Tokens
第三步:创建token(令牌)
第四步:保存好秘钥
第五步:clone项目
- 账号就是你的gitlab账号
- 密码是令牌秘钥(第四步的秘钥)
相关推荐
cxin 2020-11-06
synshitou 2020-10-21
Topbeyond 2020-08-21
happyfreeangel 2020-07-27
白开水 2020-07-19
无风的雨 2020-07-08
贤时间 2020-07-06
wishli 2020-06-28
小信 2020-06-21
leehbhs 2020-06-20
happyfreeangel 2020-06-18
83284950 2020-06-17
冯冯领队 2020-06-16
就是那个胖子 2020-06-14
83284950 2020-06-14
LiHansiyuan 2020-06-14
fcds00 2020-06-11
就是那个胖子 2020-06-11