Failed to push to a private repository
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?
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
i have a same problem. how to solve this ?
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.