Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator remote repository pull/push problem
Forum Updated to NodeBB v4.3 + New Features

Qt Creator remote repository pull/push problem

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 5 Posters 1.8k 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
    maydin
    wrote on last edited by
    #1

    I have a BitBucket repository and I want to use push/pull but I cannot in Linux.

    If I open my project folder "git push origin master" or "git pull" does work, it just asks for password.

    But in Linux it gives me this error:

    fatal: could not read Password for 'https://username@bitbucket.org': No such device or address
    

    And push doesnt return in timeout.

    Ubuntu 18.04
    QtCreator 4.8.2
    git 2.17.1

    kshegunovK 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Might be a silly question but is this remote working properly from the command line ?

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

      M 1 Reply Last reply
      1
      • M maydin

        I have a BitBucket repository and I want to use push/pull but I cannot in Linux.

        If I open my project folder "git push origin master" or "git pull" does work, it just asks for password.

        But in Linux it gives me this error:

        fatal: could not read Password for 'https://username@bitbucket.org': No such device or address
        

        And push doesnt return in timeout.

        Ubuntu 18.04
        QtCreator 4.8.2
        git 2.17.1

        kshegunovK Offline
        kshegunovK Offline
        kshegunov
        Moderators
        wrote on last edited by
        #3

        Do you have ssh-askpass? If I recall correctly that's what is used by creator to prompt you for a password.

        Read and abide by the Qt Code of Conduct

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          Might be a silly question but is this remote working properly from the command line ?

          M Offline
          M Offline
          maydin
          wrote on last edited by
          #4

          @SGaist said in Qt Creator remote repository pull/push problem:

          Hi,

          Might be a silly question but is this remote working properly from the command line ?

          Yes it works. It asks for my remote password in console but not in QtCreator. It waits 30 sec and shows error.

          @kshegunov said in Qt Creator remote repository pull/push problem:

          Do you have ssh-askpass? If I recall correctly that's what is used by creator to prompt you for a password.

          I didn't changed anything something similar to ssh-askpass anywhere. I just upgraded my Qt and QtCreator version. It was working before.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            In that case, can you check whether you still have that issue with the beta of the next release ?

            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
            0
            • M Offline
              M Offline
              Malek1p2
              wrote on last edited by
              #6

              Install ssh-askpass and qt creator will prompt you for username / password:

              sudo apt install ssh-askpass 
              
              1 Reply Last reply
              0
              • JonBJ Online
                JonBJ Online
                JonB
                wrote on last edited by JonB
                #7

                Do you wish to be prompted for your password each time? I have set up so that my ~/.ssh has the necessary, so I don't need to get prompted each time.

                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