可以find它要求Gitlab的密码

我试图从我的gitlab帐户克隆到我的笔记本电脑的项目。 我在我的labtop上有一个ssh密钥,它已被添加到我的gitlab帐户。 当我尝试克隆该项目时,它要求input以下密码。 Idk它要求的密码。 ssh密钥,帐户密码或其他密码。 我通过terminallogin泊坞窗

这是即将到来的…

docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one. Username (omarjandali): omarjandli Password: Login Succeeded git clone git@107.170.239.166:alpha-testing/OpenTab.git opentab Cloning into 'opentab' ... git@107.170.239.166's password: 

UPDATE :::

 [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/omar-jandali/OpenTab.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [remote "gitlab"] url = git@107.170.192.132:root/testing.git fetch = +refs/heads/*:refs/remotes/gitlab/* [remote "original"] url = git@107.170.239.166:root/OpenTab.git fetch = +refs/heads/*:refs/remotes/original/* 

在“opentab”目录下打开“.git / config”文件并注意[remote“origin”]的url部分。 如果url具有http://或https://请尝试用sshreplace://并确保您的系统上正确configuration了SSH密钥。