1. 程式人生 > >git切換ssh和http協議

git切換ssh和http協議

切換協議:

1. 檢視當前remote

git remote -v

2. 切換到http:

git remote set-url https://github.com/username/repository.git

3. 切換到ssh:

git remote set-url [email protected]:username/repository.git

也可以直接改當前git目錄裡面有個配置檔案。
--------------------- 
作者:默一鳴 
來源:CSDN 
原文:https://blog.csdn.net/yimingsilence/article/details/79980070 
版權宣告:本文為博主原創文章,轉載請