2017-08-18 46 views
0

我想從我的賬戶gitlab克隆項目,我的筆記本電腦的密碼。我在我的labtop上有一個ssh密鑰,它已被添加到我的gitlab帳戶中。當我嘗試複製該項目時,它要求輸入以下密碼。 Idk它要求的密碼。 ssh密鑰,帳戶密碼或任何其他密碼。我通過我的終端可以找到它所需要的Gitlab

這是快到了......

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 [email protected]:alpha-testing/OpenTab.git opentab 
Cloning into 'opentab' ... 
[email protected]'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 = [email protected]:root/testing.git 
    fetch = +refs/heads/*:refs/remotes/gitlab/* 
[remote "original"] 
    url = [email protected]:root/OpenTab.git 
    fetch = +refs/heads/*:refs/remotes/original/* 

回答

0

在「opentab」目錄中打開」 git的登錄到泊塢窗/ config「文件並記下[remote」origin「]的url部分。如果URL有http://或https://開頭嘗試使用SSH代替它://,並確保你的SSH密鑰正確地配置您的系統上。

+0

好吧。問題是,當我在計算機上推送並拉動gitlab回購時,它並沒有問我。一旦我嘗試在我的筆記本電腦上做這件事,就是當它開始詢問密碼的時候。我將用配置文件更新我的問題。我有一個遠程調用原始的,目前的網址,我想克隆。這是否意味着什麼.... –

+0

它不要求密碼,在PC上,但是當我嘗試訪問它在我的筆記本電腦,我得到的一個問題....將更換起源做出不同的 –

+0

我更新的問題和評論@ Brentley_11 –

相關問題