Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    How can I clone repository from "qt.gitorious.org"

    Mobile and Embedded
    3
    5
    6091
    Loading More Posts
    • 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.
    • N
      nan3113 last edited by

      I found it need me to enter a public key, but I can't find the key on my computer(windows xp), so can't I get the project source code?

      1 Reply Last reply Reply Quote 0
      • E
        Eddy last edited by

        Did you use "msysgit":http://qt-project.org/wiki/Getting_Started_with_Gitorious

        Qt Certified Specialist
        www.edalsolutions.be

        1 Reply Last reply Reply Quote 0
        • L
          lgeyer last edited by

          Make sure you are using "git":git://gitorious.org/qt/qt.git to clone, not "https":https://git.gitorious.org/qt/qt.git.

          If you are forced to use https you can either install the required certificates or temporarily disable certificate validation using
          @
          git config --system http.sslverify false
          @
          Make sure you enable it again afterwards.

          1 Reply Last reply Reply Quote 0
          • N
            nan3113 last edited by

            When I download msysgit, and then input public key on qt.gitorious.org website, but then how can I get sourcecode downloaded?

            1 Reply Last reply Reply Quote 0
            • L
              lgeyer last edited by

              "Get The Source":http://qt-project.org/wiki/Get_The_Source

              1 Reply Last reply Reply Quote 0
              • First post
                Last post