git-plus icon indicating copy to clipboard operation
git-plus copied to clipboard

Failed to push to a private repository

Open Plebo13 opened this issue 9 years ago • 3 comments

Hi, I had the problem that I tried to push my changes to a private repository. git-plus did not asked me for the repositories password and just gave me following error message:

fatal: could not read Password for '...': Kein passendes Gerät bzw. keine passende Adresse gefunden

Is it possible to push to private repositories at all or is this a bug?

Plebo13 avatar Jan 29 '17 15:01 Plebo13

It is possible to push to a private repository.

Was this the initial push to the repository? I ask because I experienced this the other day when I was pushing to a newly created private repository for the first time. It didn't work in atom and when I tried from the CLI because I was prompted for the ssh passphrase, which was unexpected.

After that initial push, it works from atom. I'll need to figure out why the initial push requires a passphrase

akonwi avatar Jan 31 '17 19:01 akonwi

i have a same problem. how to solve this ?

aa

TomorooBoss avatar Feb 02 '17 09:02 TomorooBoss

I think @TomorooBoss was facing with the authentication to Gitlab. It is not the Git-Plus's issue. You need to make sure that you can authenticate to Gitlab with Git command line.

chrisduong avatar Feb 10 '17 02:02 chrisduong