GitLab requires git@localhost password to push to a repo

前端 未结 15 1968
梦毁少年i
梦毁少年i 2020-12-30 03:38

I\'m trying to get GitLab up and running on my server. I followed the installation instructions at the gitlab github page and everything went well.

The issue is, whe

15条回答
  •  难免孤独
    2020-12-30 04:13

    For anyone having this issue with Bitnami or any other configuration who wants to resolve it quickly, just use the full path instead.

    git clone git@server_adress:/full/path/to/project.git
    

    edited: I forgot to mention , it is very important to check if you have added the SSH keys to git-lab via the web page..

提交回复
热议问题