Eclipse使用GIT进行pull时候的错误 : The current branch is not configured for pull

Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点open

[core]
    repositoryformatversion = 0
    filemode = false
    logallrefupdates = true
    [branch "master"] 
        remote = origin 
        merge = refs/heads/master 
    [remote "origin"] 
        url = https://github.com/androidzhaoxiaogang/rocket.git   (修改为自己的url
        fetch = +refs/heads/*:refs/remotes/origin/*



Eclipse使用GIT进行pull时候的错误 : The current branch is not configured for pull

Eclipse使用GIT进行pull时候的错误 : The current branch is not configured for pull