git - can find the password it is asking for Gitlab -
i trying clone project gitlab account laptop. have ssh key on labtop , has been added gitlab account. when try clone project, asking me following password. idk password asking for. ssh key password, account password, or other password. logged docker through terminal
this coming up...
docker login login docker id push , pull images docker hub. if don't have docker id, head on https://hub.docker.com create one. username (omarjandali): omarjandli password: login succeeded git clone git@107.170.239.166:alpha-testing/opentab.git opentab cloning '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/*
in "opentab" directory open ".git/config" file , note [remote "origin"]'s url section. if url has http:// or https:// try replacing ssh:// , ensure have ssh key configured on system.
Comments
Post a Comment