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 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,

    aha_1980A 1 Reply Last reply
    0
    • W Offline
      W Offline
      wrosecrans
      wrote on 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

        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,

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on 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
        • aha_1980A aha_1980

          @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 last edited by
          #4

          @aha_1980 Thank you! With SSH works good!

          Pablo J. RoginaP 1 Reply Last reply
          1
          • F fem_dev

            @aha_1980 Thank you! With SSH works good!

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on 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

            • Login

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