赞
踩
git remote set-url origin [url]
git remote rm origin
git remote add origin [url]
文件位置:git \ config
config
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = http:// 更新的地址
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。