kk_JBL 发表于 2021-7-9 14:38:21

gitlab同步SDKfail

使用git pull gitlab roc-rk3328-cc:roc-rk3328-cc 从gitlab同步代码时报错,报错信息->git pull gitlab roc-rk3328-cc:roc-rk3328-cc fatal: 'gitlab' does not appear to be a git repository fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.

zhansb 发表于 2021-7-9 16:47:18

git remote -v
命令输出发一下

kk_JBL 发表于 2021-7-9 17:05:41

zhansb 发表于 2021-7-9 16:47
git remote -v
命令输出发一下

origingit@github.com:xxse/xx.git (fetch)
origingit@github.com:xxse/xx.git (push)

zhansb 发表于 2021-7-9 17:09:49

git remote add gitlab https://gitlab.com/TeeFirefly/RK3328-Nougat.git

加上后试试

kk_JBL 发表于 2021-7-12 11:29:20

zhansb 发表于 2021-7-9 17:09
git remote add gitlab https://gitlab.com/TeeFirefly/RK3328-Nougat.git

加上后试试

使用git pull gitlab roc-rk3328-cc:roc-rk3328-cc继续报错:Couldn't find remote ref roc-3328-cc

kk_JBL 发表于 2021-7-12 11:34:19

kk_JBL 发表于 2021-7-12 11:29
使用git pull gitlab roc-rk3328-cc:roc-rk3328-cc继续报错:Couldn't find remote ref roc-3328-cc

搞定了
页: [1]
查看完整版本: gitlab同步SDKfail