Qt Creator IDE: clone private Gitlab repository
-
wrote on 2 Oct 2019, 20:09 last edited by
Hi,
I would like to clone my own private Gitlab repository using Qt Creator IDE.
I did:
1- File -> New Project -> Import Project -> Git Clone
2- I copied and paste the HTTPS repository link
3- Set the output path and clicked "Next"Cloning into 'rotortest'... remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitlab.com/lamar-nyckmaia/rotortest.git/'
I have the Gitlab password of my personal account, but Qt Creator doesn't ask me about this password when I tried to clone it.
What I have to do?
Thanks,
-
wrote on 2 Oct 2019, 23:55 last edited by
Just clone the repo outside of the IDE, and open the checked out copy.
-
Hi,
I would like to clone my own private Gitlab repository using Qt Creator IDE.
I did:
1- File -> New Project -> Import Project -> Git Clone
2- I copied and paste the HTTPS repository link
3- Set the output path and clicked "Next"Cloning into 'rotortest'... remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitlab.com/lamar-nyckmaia/rotortest.git/'
I have the Gitlab password of my personal account, but Qt Creator doesn't ask me about this password when I tried to clone it.
What I have to do?
Thanks,
@fem_dev you can upload your public ssh key to gitlab and then clone with ssh without password.
That might be posdible with http too, but I never used that.
Thats how I do it with gitlab.
Regards
-
@fem_dev you can upload your public ssh key to gitlab and then clone with ssh without password.
That might be posdible with http too, but I never used that.
Thats how I do it with gitlab.
Regards
-
wrote on 3 Oct 2019, 14:33 last edited by
@fem_dev said in Qt Creator IDE: clone private Gitlab repository:
With SSH works good!
Please don't forget to mark your post as solved! Thanks.
1/5