github 伺服器倉庫網址 由 https 轉 ssh

確認位址: 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)

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *