Qt Creator remote repository pull/push problem
-
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 -
Hi,
Might be a silly question but is this remote working properly from the command line ?
-
@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. -
In that case, can you check whether you still have that issue with the beta of the next release ?