Skip to content
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.

git tab no longer working #1912

Open
Open
@3vil3lch

Description

@3vil3lch

Prerequisites

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

  1. Open any git repository as a project in atom (with any subdirectory, existing repository freshly cloned)
  2. git tab asks me to init a repo
  3. 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

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions