git branch 在 pull 的時(shí)候,給出錯(cuò)誤提示,類(lèi)似如下:
The current branch is not configured for pull No value for key branch.master.merge found in configuration
可以在Git Repositories窗口下,右擊項(xiàng)目,選擇屬性,
按照如下配置:

1.添加key 和 value
Key = branch.master.remote
Value = origin
2.添加key 和 value
Key = branch.master.merge
Value = refs/heads/master
可以解決上述問(wèn)題!