2019独角兽企业重金招聘Python工程师标准>>>
1.在本地工程目录(.git)找到config文件;
2.修改config文件内容为:
[core]
repositoryformatversion = 0
filemode = false
logallrefupdates = true
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
url = https://github.com/*****/*****.git (改为自己的url)
fetch = +refs/heads/*:refs/remotes/origin/*