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/*