jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

push pull commands disabled and git config not loaded #173

Open soapoperator opened 8 years ago

soapoperator commented 8 years ago

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 = git@bitbucket.org:repo/repo.git
        fetch = +refs/heads/*:refs/remotes/bitbucket/*
[branch "master"]
        remote = bitbucket
        merge = refs/heads/master
[remote "github"]
        url = git@github.com: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?

medemi68 commented 8 years ago

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

Michal-Mikolas commented 6 years ago

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