git使用ssh或者http方式pull和push代码

切换成http方式:

1
git remote set-url origin https://github.com/haoyuanliu/haoyuanliu.github.com.git

切换成ssh方式:

1
git remote set-url origin git@github.com:haoyuanliu/haoyuanliu.github.com.git
-------------本文结束感谢您的阅读-------------
0%