Your account has been blocked

xiaoxiao2021-02-28  70

Your account has been blocked

1、问题描述

GitLab: Your account has been blocked. fatal: Could not read from remote repository.

2、解决方案

方案一

可能你的gitlab账号已经被blocked了,问一下gitlab管理员,确认一下

方案二

A、请用git remote -v查看一下,看是用ssh、还是http协议

yanmin:sp2p_android yanmin$ git remote -v origin git@xxx:yanmin/worker-android.git (fetch) origin git@xxx:yanmin/worker-android.git (push)

B、如果用的是ssh,可能你的本机公钥key没有加入gitlabd的SSH Keys中,如下图。公钥key的目录在登陆用户目录下的/Users/yanmin/.ssh/id_rsa.pub中。ssh-key生成参考

转载请注明原文地址: https://www.6miu.com/read-52237.html

最新回复(0)