確認位址: git remote -v
git remote -v
origin https://github.com/ddasdkimo/Age-Gender-Pred.git (fetch)
origin https://github.com/ddasdkimo/Age-Gender-Pred.git (push)
更換:git remote set-url
git remote set-url origin git@github.com:ddasdkimo/Age-Gender-Pred.git
再查詢一次確認:git remote -v
git remote -v
origin git@github.com:ddasdkimo/Age-Gender-Pred.git (fetch)
origin git@github.com:ddasdkimo/Age-Gender-Pred.git (push)