标签:github url git-remote ssh https
查看当前使用的remote url地址:
git remote -v
从https修改成ssh:
git remote set-url origin git@github.com:Jasonfloy/wsb.git
从ssh修改成https:
git remote set-url origin https://github.com/Jasonfloy/wsb.git
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:github url git-remote ssh https
原文地址:http://blog.csdn.net/kmust20093211/article/details/48137611