切換協議:git
1. 查看當前remotegithub
git remote -vssh
2. 切換到http:url
git remote set-url https://github.com/username/repository.git.net
3. 切換到ssh:blog
git remote set-url git@github.com:username/repository.gitrem
也能夠直接改當前git目錄裏面有個配置文件。
---------------------
做者:默一鳴
來源:CSDN
原文:https://blog.csdn.net/yimingsilence/article/details/79980070
版權聲明:本文爲博主原創文章,轉載請附上博文連接!it