This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
- [ X] Put an X between the brackets on this line if you have done all of the following:
Description
My ssh key for git is secured by a passphrase and atom is asking me as well for it, but it takes ages.
When I type it in the console it is normal/fast.
Sometimes I even get:
linux-ssh: Linux ssh wrapper invoked with arguments: [git@github.com
linux-ssh: using SSH command [ssh]
Received disconnect from 140.82.118.3 port 22:11: Bye Bye
Disconnected from 140.82.118.3 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Steps to Reproduce
- create a ssh key that needs a passphrase (not stored in keyring)
- create a git commit and push it to a repo of your choice (github)
- wait till it finishes
Expected behavior:
It should take less then 30 seconds.
Actual behavior:
It takes more then 30 seconds and fails sometimes.
Reproduces how often:
Versions
Atom : 1.39.1
Electron: 3.1.10
Chrome : 66.0.3359.181
Node : 10.2.0
apm 2.2.4
npm 6.2.0
node 8.9.3 x64
atom 1.39.1
python 2.7.15+
git 2.17.1
Additional Information