1 單獨的倉庫
添加
git remote set-url origin "https://..."
git config remote.origin.url "https://..."
刪除
git remote rm origin
添加
git remote --global set-url origin "https://..."
git config --global remote.origin.url "https://..."
刪除
vim ~/.gitconfig
# 刪除 origin 的 參數
[remote "origin"]