Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator IDE: clone private Gitlab repository
Forum Updated to NodeBB v4.3 + New Features

Qt Creator IDE: clone private Gitlab repository

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 4 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fem_dev
    wrote on 2 Oct 2019, 20:09 last edited by
    #1

    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,

    A 1 Reply Last reply 3 Oct 2019, 05:27
    0
    • W Offline
      W Offline
      wrosecrans
      wrote on 2 Oct 2019, 23:55 last edited by
      #2

      Just clone the repo outside of the IDE, and open the checked out copy.

      1 Reply Last reply
      2
      • F fem_dev
        2 Oct 2019, 20:09

        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,

        A Offline
        A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on 3 Oct 2019, 05:27 last edited by
        #3

        @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

        Qt has to stay free or it will die.

        F 1 Reply Last reply 3 Oct 2019, 13:33
        3
        • A aha_1980
          3 Oct 2019, 05:27

          @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

          F Offline
          F Offline
          fem_dev
          wrote on 3 Oct 2019, 13:33 last edited by
          #4

          @aha_1980 Thank you! With SSH works good!

          P 1 Reply Last reply 3 Oct 2019, 14:33
          1
          • F fem_dev
            3 Oct 2019, 13:33

            @aha_1980 Thank you! With SSH works good!

            P Offline
            P Offline
            Pablo J. Rogina
            wrote on 3 Oct 2019, 14:33 last edited by
            #5

            @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.

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            1

            1/5

            2 Oct 2019, 20:09

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved