Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atom: problems with git integration #32794

Closed
davidak opened this issue Dec 18, 2017 · 2 comments · Fixed by #40163
Closed

atom: problems with git integration #32794

davidak opened this issue Dec 18, 2017 · 2 comments · Fixed by #40163

Comments

@davidak
Copy link
Member

davidak commented Dec 18, 2017

Issue description

I tried to push with the integrated git features but got this error:

linux-ssh: Linux ssh wrapper invoked with arguments: [git@github.com
/tmp/github-1171118-31016-1gkey41.4oge8hyqfr/linux-ssh-wrapper.sh: line 20: /nix/store/b8z56lybj4xrxmplgfdhvvgfqv2nbw8g-atom-1.23.1/share/atom/resources/app.asar.unpacked/node_modules/dugite/git/libexec/git-core/git: No such file or directory
linux-ssh: using SSH command [ssh]
fatal: cannot run pack-objects: No such file or directory
fatal: git pack-objects failed: No such file or directory

Steps to reproduce

  1. install atom
  2. open Folder with git repository
  3. make some changes, commit and try to push
  4. instead of pushing, you get this error

Technical details

  • Atom: 1.12.1
  • system: "x86_64-linux"
  • host os: Linux 4.9.70, NixOS, 18.03.git.2c5c48e (Impala)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 1.11.16
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
@davidak davidak changed the title atom: problems with git atom: problems with git integration Dec 18, 2017
@jboesl
Copy link

jboesl commented Jan 12, 2018

Got the same issue here.

@davidak
Copy link
Member Author

davidak commented Apr 9, 2018

Still reproducible after 18.03 release.

  • system: "x86_64-linux"
  • host os: Linux 4.14.32, NixOS, 18.03.131807.489a14add9a (Impala)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.0
  • channels(davidak): ""
  • channels(root): "nixos-18.03.131807.489a14add9a, nixos-hardware, unstable-18.09pre133640.ea145b68a01"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs

It was fixed before, but it seems the path has changed.

https://github.com/NixOS/nixpkgs/blob/release-18.03/pkgs/applications/editors/atom/default.nix#L35-L36

#28446

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants