The current branch is not configured for pull No value for key branch.master.merge found in config
1、打开文件:
2、修改内容
[core]
repositoryformatversion = 0
filemode = false
logallrefupdates = true
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
url = https://github.com/Lovnx/micro-service.git (修改为自己的url)
fetch = +refs/heads/*:refs/remotes/origin/*
还没有评论,来说两句吧...