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. Cloning source from git: asked for username
Forum Updated to NodeBB v4.3 + New Features

Cloning source from git: asked for username

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 409 Views
  • 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.
  • M Offline
    M Offline
    maxwell31
    wrote on last edited by
    #1

    Hi,
    When I try to get the qt sources from git via

    git clone https://github.com/qtproject/qt5.git --branch dev
    

    and do

    ./init-repository
    

    I get asked for my github.com username:

    Cloning into 'qtnetworkauth'...
    Username for 'https://github.com':
    

    is this supposed to happen?

    jsulmJ 1 Reply Last reply
    0
    • M maxwell31

      Hi,
      When I try to get the qt sources from git via

      git clone https://github.com/qtproject/qt5.git --branch dev
      

      and do

      ./init-repository
      

      I get asked for my github.com username:

      Cloning into 'qtnetworkauth'...
      Username for 'https://github.com':
      

      is this supposed to happen?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @maxwell31 Github is not the official repository. The official one is https://code.qt.io/cgit/
      See https://wiki.qt.io/Get_the_Source

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • M Offline
        M Offline
        maxwell31
        wrote on last edited by
        #3

        Thanks.
        So the command I needed was

        git clone git://code.qt.io/qt/qt5.git
        
        1 Reply Last reply
        0

        • Login

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