Bug 320007 - Git Push always gives "fatal: could not read username for xxx: No such device or address"
Summary: Git Push always gives "fatal: could not read username for xxx: No such device...
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: plugins: git (other bugs)
Version First Reported In: 2.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Dörner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-19 10:26 UTC by Mario Ray Mahardhika
Modified: 2020-11-23 04:34 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Ray Mahardhika 2013-05-19 10:26:16 UTC
I want to push my local commits to main repository, this is the first time I use Git Push with Dolphin's Git plugin. Git Commit works fine. I have no idea how the Git plugin works, but when I choose Git Push I always get the message in the summary above. I have user.name and user.email set in the .git/config and I can push normally using command line git.

Reproducible: Always

Steps to Reproduce:
1. Ensure you're in your local git repo directory
2. Do an edit, Right clik->Git Commit
3. Right clik->Git Push->Push

Actual Results:  
An inline dialog appears saying "fatal: could not read username for xxx: No such device or address"

Expected Results:  
A prompt asking for username and password appear, then git push command executes
Comment 1 Chao Feng 2013-05-19 12:47:55 UTC
What is the result if you use command "git push" directly in a console?
Comment 2 Mario Ray Mahardhika 2013-05-19 13:01:08 UTC
> What is the result if you use command "git push" directly in a console?

Username for 'https://github.com':

It's a prompt, and I can fill and the changes will be pushed after.
Comment 3 Sebastian Dörner 2013-05-19 17:34:38 UTC
This is a known limitation. Currently the plugin only works if "git push" does not prompt for anything, i.e. with public key authentication. Upload your public ssh key to github and it will work.
Comment 4 Justin Zobel 2020-10-24 00:48:45 UTC
Mario can you please confirm this is still an issue with the most recent version of Dolphin.
Comment 5 Bug Janitor Service 2020-11-08 04:33:34 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Bug Janitor Service 2020-11-23 04:34:14 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!