0

git 改变远程仓库地址

god created at6 years ago view count: 2355
report
回复
0

设置远程地址

git remote set-url origin git://new.url.here

remote 其他选项

git remote -v
# 查看远程仓库地址
# origin  https://github.com/user/repo.git (fetch)
# origin  https://github.com/user/repo.git (push)

git remote add origin ssh://[email protected]/user/repo.git
# 添加远程仓库地址
6 years ago 回复

Recent search keywords