atom-git-control icon indicating copy to clipboard operation
atom-git-control copied to clipboard

push pull commands disabled and git config not loaded

Open soapoperator opened this issue 8 years ago • 2 comments

Atom: 1.5.4 + git-control: 0.7.1

Contrary to commit command, push and pull commands are always disabled and don't work:

atom

Otherwise, my git config doesn't seem to be loaded as you can see on the attachment. My config:

[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "bitbucket"]
        url = [email protected]:repo/repo.git
        fetch = +refs/heads/*:refs/remotes/bitbucket/*
[branch "master"]
        remote = bitbucket
        merge = refs/heads/master
[remote "github"]
        url = [email protected]:repo/repo.git
        fetch = +refs/heads/*:refs/remotes/github/*

This config works well outside atom, in brackets for exemple.

Could it be an install issue or right issue?

soapoperator avatar Mar 30 '16 21:03 soapoperator

I seem to be having the same issue. Not sure why.

medemi68 avatar May 04 '16 04:05 medemi68

For me as well. I can push, but can't pull.

Michal-Mikolas avatar Sep 06 '17 08:09 Michal-Mikolas