git tab no longer working #1912
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
With atom v1.34 I can no longer use the git tab of the github package (I suppose it belongs to that package since disabling it makes it unavailable)
The steps to reproduce are an example. When I checked the dev tools console, I saw the error message
error launching git: The filename or extension is too long.
coming up quite frequently (e.g. for git rev-parse).
It seems like all git operations are broken.
When I downgrade to v1.33.1, it is working fine. Command line (git bash and Win cmd) work fine as well.
The git highlighting within the editor itself works though! It marks all lines as added/modified correctly. There is only an issue with the git tab.
Steps to Reproduce
- Open any git repository as a project in atom (with any subdirectory, existing repository freshly cloned)
- git tab asks me to init a repo
- trying to init a new repo causes in error message:
error launching git: The filename or extension is too long.
Expected behavior: git commands work
Actual behavior: all git commands fail
Reproduces how often: 100%
Versions
Atom : 1.34.0
Electron: 2.0.16
Chrome : 61.0.3163.100
Node : 8.9.3
Windows 7