Unable to Push on this computer only #1300
Description
Prerequisites
- Have you tried to reproduce the problem in Safe Mode?
yes - Have you followed all applicable steps in the debugging guide?
yes - Have you checked the FAQs on the message board for common solutions?
yes - Have you checked that your issue isn't already filed?
There are similar issues about being unable to push, but for different reasons
Description
Trying to push changes by using the buttons at the right corner of Atom. Fetching/Pulling work fine, as does pushing from the desktop program/Git Bash.
[Description of the issue]
Steps to Reproduce
- Open Atom
- Open some repo, and make a change.
- Click the pull/push button in the bottom right (up arrow/down arrow).
- Click the "Push" button.
Expected behavior:
Changed pushed to the repo.
Actual behavior:
Before the username and password prompt appears, this shows up in a red "Unable to push" box in the upper right corner:
/PATH/git-credential-atom.sh: line 2: 29756 Segmentation fault ELECTRON_RUN_AS_NODE=1 ELECTRON_NO_ATTACH_CONSOLE=1 "$ATOM_GITHUB_ELECTRON_PATH" "$ATOM_GITHUB_CREDENTIAL_PATH" "$ATOM_GITHUB_SOCK_PATH" "$@"
error: cannot spawn /PATH/git-askpass-atom.sh: No such file or directory
fatal: could not read Username for 'https://github.com': terminal prompts
I have added blank lines between separate messages, as I am not sure how to add horizontal scrolling to the ticket.
Reproduces how often:
100%
Versions
Version 1.23.3
Windows 10 Home
Additional Information
The "git-askpass-atom.sh" in the specified location is there.