This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Save file broken on git projects with remote #2166
Open
Description
Prerequisites
- Have you tried to reproduce the problem in Safe Mode?
- Have you followed all applicable steps in the debugging guide?
- Have you checked the FAQs on the message board for common solutions?
- Have you checked that your issue isn't already filed?
Description
Save file functionality doesn't appear to work any more after the first edit+save when the git repository has any remote set. Strangely enough, editing files in git projects without any remotes does work.
Steps to Reproduce
- Open a git project with a any remote set (like origin or upstream)
- Edit any file and save it
- Edit again, the save option doesn't work anymore
Expected behavior:
File save option to work every time.
Actual behavior:
File save option works only the first time.
Reproduces how often:
Reproducible every time.
Versions
$ atom --version
Atom : 1.37.0
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3
--
github : 0.28.1
$ apm --version
apm 2.1.7
npm 6.2.0
node 8.9.3 x64
atom 1.37.0
python 2.7.5
git 2.16.5
$ cat /etc/redhat-release
Red Hat Enterprise Linux Client release 7.6 (Maipo)
Additional Information
None