Gitlab

Issue cannot comunication with private repo

Problem cannot git clone

When you run

git clone https://gitlab.com/dicky_madeindonesia/hello-elementor-mi.git
dickysaputra@Dickys-MacBook-Pro themes % git clone git@gitlab.com:dicky_madeindonesia/hello-elementor-mi.git
Cloning into 'hello-elementor-mi'...
git@gitlab.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

May you can solve with this command

git clone https://usernamegitlab@gitlab.com/usernamegitlab/namerepo.git

// Example
git clone https://dicky_madeindonesia@gitlab.com/dicky_madeindonesia/hello-elementor-mi.git

Last updated