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. Connect to git
Forum Updated to NodeBB v4.3 + New Features

Connect to git

Scheduled Pinned Locked Moved Solved General and Desktop
30 Posts 7 Posters 2.6k Views 2 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.
  • M Offline
    M Offline
    Mikeeeeee
    wrote on 27 May 2020, 20:29 last edited by
    #1

    Hi!
    Me need connect to git, but in tools i haven't git. What me need to doing?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 May 2020, 20:54 last edited by
      #2

      Hi,

      Install git.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • K Offline
        K Offline
        Kent-Dorfman
        wrote on 28 May 2020, 00:07 last edited by
        #3

        gitter done!

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mikeeeeee
          wrote on 28 May 2020, 06:14 last edited by
          #4

          I selected the project folder as the local storage, and connected the URL of the external storage "https://bitbucket.org/Mihail_Sermiagko/testmd5", but I can't fix the project. What am I doing wrong and how do I fix it?

          J 1 Reply Last reply 28 May 2020, 06:42
          0
          • M Mikeeeeee
            28 May 2020, 06:14

            I selected the project folder as the local storage, and connected the URL of the external storage "https://bitbucket.org/Mihail_Sermiagko/testmd5", but I can't fix the project. What am I doing wrong and how do I fix it?

            J Online
            J Online
            JonB
            wrote on 28 May 2020, 06:42 last edited by
            #5

            @Mikeeeeee
            Try opening that URL in your web browser. I get

            We can't let you see this page

            To access this page, you may need to log in with another account. You can also return to the previous page or go back to your dashboard.

            Obviously there's no point you trying to use this if you haven't verified you have the necessary permission, is there?

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 28 May 2020, 06:43 last edited by
              #6

              You know that without exact information, it's just a guessing game. Save us the time and explain exactly what is happening, what exact error you are getting, what do you mean by "I can't fix it", etc.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • M Offline
                M Offline
                Mikeeeeee
                wrote on 28 May 2020, 06:59 last edited by
                #7

                The project commit buttons are not active
                1.png

                J 1 Reply Last reply 28 May 2020, 07:09
                0
                • M Mikeeeeee
                  28 May 2020, 06:59

                  The project commit buttons are not active
                  1.png

                  J Online
                  J Online
                  JonB
                  wrote on 28 May 2020, 07:09 last edited by
                  #8

                  @Mikeeeeee
                  Did you bother to test what happens to me about that URL not being accessible, or did you choose to ignore it?

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Mikeeeeee
                    wrote on 28 May 2020, 07:19 last edited by
                    #9

                    I probably entered the wrong URL. What URL do I need?

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      Mikeeeeee
                      wrote on 28 May 2020, 07:26 last edited by
                      #10

                      I fixed files via bash, but I can't send them. I get this error. How do I set up the connection correctly?

                      fatal: No configured push destination.
                      Either specify the URL from the command-line or configure a remote repository using
                      
                          git remote add <name> <url>
                      
                      and then push using the remote name
                      
                          git push <name>
                      
                      J 1 Reply Last reply 28 May 2020, 07:27
                      0
                      • M Mikeeeeee
                        28 May 2020, 07:26

                        I fixed files via bash, but I can't send them. I get this error. How do I set up the connection correctly?

                        fatal: No configured push destination.
                        Either specify the URL from the command-line or configure a remote repository using
                        
                            git remote add <name> <url>
                        
                        and then push using the remote name
                        
                            git push <name>
                        
                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 28 May 2020, 07:27 last edited by
                        #11

                        @Mikeeeeee said in Connect to git:

                        How do I set up the connection correctly?

                        Doing what is suggested in the error message

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

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          Mikeeeeee
                          wrote on 28 May 2020, 07:34 last edited by Mikeeeeee
                          #12

                          I doing this:

                            git remote add "Mihail_Sermiagko" "https://bitbucket.org/Mihail_Sermiagko/testmd5/src"
                          
                          

                          and

                          git push --set-upstream testMd5 master
                          

                          But i get error:

                          The authenticity of host 'bitbucket.org (18.234.32.157)' can't be established.
                          RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A.
                          Are you sure you want to continue connecting (yes/no/[fingerprint])? y
                          Please type 'yes', 'no' or the fingerprint: yes
                          Warning: Permanently added 'bitbucket.org,18.234.32.157' (RSA) to the list of known hosts.
                          git@bitbucket.org: Permission denied (publickey).
                          fatal: Could not read from remote repository.
                          
                          Please make sure you have the correct access rights
                          and the repository exists.
                          

                          Whot now me need doing?
                          How do I specify the account key?

                          J J 2 Replies Last reply 28 May 2020, 07:44
                          0
                          • M Mikeeeeee
                            28 May 2020, 07:34

                            I doing this:

                              git remote add "Mihail_Sermiagko" "https://bitbucket.org/Mihail_Sermiagko/testmd5/src"
                            
                            

                            and

                            git push --set-upstream testMd5 master
                            

                            But i get error:

                            The authenticity of host 'bitbucket.org (18.234.32.157)' can't be established.
                            RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A.
                            Are you sure you want to continue connecting (yes/no/[fingerprint])? y
                            Please type 'yes', 'no' or the fingerprint: yes
                            Warning: Permanently added 'bitbucket.org,18.234.32.157' (RSA) to the list of known hosts.
                            git@bitbucket.org: Permission denied (publickey).
                            fatal: Could not read from remote repository.
                            
                            Please make sure you have the correct access rights
                            and the repository exists.
                            

                            Whot now me need doing?
                            How do I specify the account key?

                            J Offline
                            J Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on 28 May 2020, 07:44 last edited by
                            #13

                            @Mikeeeeee Isn this your repository URL:

                            https://bitbucket.org/Mihail_Sermiagko/testmd5
                            

                            ?
                            Also, you probably need to set-up SSH public key authentication in your Bitbucket account.

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

                            1 Reply Last reply
                            0
                            • M Mikeeeeee
                              28 May 2020, 07:34

                              I doing this:

                                git remote add "Mihail_Sermiagko" "https://bitbucket.org/Mihail_Sermiagko/testmd5/src"
                              
                              

                              and

                              git push --set-upstream testMd5 master
                              

                              But i get error:

                              The authenticity of host 'bitbucket.org (18.234.32.157)' can't be established.
                              RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A.
                              Are you sure you want to continue connecting (yes/no/[fingerprint])? y
                              Please type 'yes', 'no' or the fingerprint: yes
                              Warning: Permanently added 'bitbucket.org,18.234.32.157' (RSA) to the list of known hosts.
                              git@bitbucket.org: Permission denied (publickey).
                              fatal: Could not read from remote repository.
                              
                              Please make sure you have the correct access rights
                              and the repository exists.
                              

                              Whot now me need doing?
                              How do I specify the account key?

                              J Online
                              J Online
                              JonB
                              wrote on 28 May 2020, 07:47 last edited by
                              #14

                              @Mikeeeeee said in Connect to git:

                              Please make sure you have the correct access rights
                              and the repository exists.

                              How did you come up with the URL? Where did it say it is publicly available to you?

                              @jsulm
                              I showed earlier that URL gives a "permission denied" error for me. I do have a bitbucket account, and I do have SSH public key for BB for my account.

                              J 1 Reply Last reply 28 May 2020, 07:49
                              0
                              • J JonB
                                28 May 2020, 07:47

                                @Mikeeeeee said in Connect to git:

                                Please make sure you have the correct access rights
                                and the repository exists.

                                How did you come up with the URL? Where did it say it is publicly available to you?

                                @jsulm
                                I showed earlier that URL gives a "permission denied" error for me. I do have a bitbucket account, and I do have SSH public key for BB for my account.

                                J Offline
                                J Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on 28 May 2020, 07:49 last edited by jsulm
                                #15

                                @JonB I can access https://bitbucket.org/Mihail_Sermiagko/testmd5, but of course it asks for authentication. But I don't have a Bitbucket account to verify this is actually an existing project.

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

                                J 1 Reply Last reply 28 May 2020, 07:50
                                0
                                • J jsulm
                                  28 May 2020, 07:49

                                  @JonB I can access https://bitbucket.org/Mihail_Sermiagko/testmd5, but of course it asks for authentication. But I don't have a Bitbucket account to verify this is actually an existing project.

                                  J Online
                                  J Online
                                  JonB
                                  wrote on 28 May 2020, 07:50 last edited by JonB
                                  #16

                                  @jsulm
                                  Hmm, isn't that strange!? How in the world can you be allowed to access that page if I am not, I don't get it!!?? I'd like to know the answer if you have any idea?

                                  Ah ha, I wonder if you do not! With no account it just asks you for authentication, and goes no further. I do have an account, and I have SSH enabled, so I do get past the initial challenge, and even with that I then get the failure. From which I conclude it is a private repo, which will require a particular authentication.

                                  We can't let you see this page

                                  To access this page, you may need to log in with another account. You can also return to the previous page or go back to your dashboard.

                                  EDIT Further, I can access just https://bitbucket.org/Mihail_Sermiagko/. I can get as far as https://bitbucket.org/Mihail_Sermiagko/workspace/projects/. There is some testMd5 there, it has a Key of TES whatever that means, that takes me to https://bitbucket.org/Mihail_Sermiagko/workspace/projects/TES, but seems to be empty.

                                  Is the OP using some URL for a project which no longer exists? I asked him where he got the URL from, but he often does not reply to suggestions. Over & out.

                                  J 1 Reply Last reply 28 May 2020, 07:57
                                  0
                                  • J JonB
                                    28 May 2020, 07:50

                                    @jsulm
                                    Hmm, isn't that strange!? How in the world can you be allowed to access that page if I am not, I don't get it!!?? I'd like to know the answer if you have any idea?

                                    Ah ha, I wonder if you do not! With no account it just asks you for authentication, and goes no further. I do have an account, and I have SSH enabled, so I do get past the initial challenge, and even with that I then get the failure. From which I conclude it is a private repo, which will require a particular authentication.

                                    We can't let you see this page

                                    To access this page, you may need to log in with another account. You can also return to the previous page or go back to your dashboard.

                                    EDIT Further, I can access just https://bitbucket.org/Mihail_Sermiagko/. I can get as far as https://bitbucket.org/Mihail_Sermiagko/workspace/projects/. There is some testMd5 there, it has a Key of TES whatever that means, that takes me to https://bitbucket.org/Mihail_Sermiagko/workspace/projects/TES, but seems to be empty.

                                    Is the OP using some URL for a project which no longer exists? I asked him where he got the URL from, but he often does not reply to suggestions. Over & out.

                                    J Offline
                                    J Offline
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 28 May 2020, 07:57 last edited by
                                    #17

                                    @JonB I don't have any idea. And as I wrote: I can't verify whether this URL is actually pointing to an existing project as I'm asked for log-in (but I don't have an account).

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

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      Mikeeeeee
                                      wrote on 28 May 2020, 08:04 last edited by
                                      #18

                                      It is url this page https://bitbucket.org/Mihail_Sermiagko/testmd5/src
                                      Do I need to show any more data?
                                      1.png

                                      J 1 Reply Last reply 28 May 2020, 08:05
                                      0
                                      • M Mikeeeeee
                                        28 May 2020, 08:04

                                        It is url this page https://bitbucket.org/Mihail_Sermiagko/testmd5/src
                                        Do I need to show any more data?
                                        1.png

                                        J Offline
                                        J Offline
                                        jsulm
                                        Lifetime Qt Champion
                                        wrote on 28 May 2020, 08:05 last edited by
                                        #19

                                        @Mikeeeeee So, do the step 2.

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

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          Mikeeeeee
                                          wrote on 28 May 2020, 08:05 last edited by
                                          #20
                                          This post is deleted!
                                          J 1 Reply Last reply 28 May 2020, 08:06
                                          0

                                          1/30

                                          27 May 2020, 20:29

                                          • Login

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