[Git 教程 --- 2] 關聯遠程倉庫出現remote: Repository not found.

原因

之前設置Git 免密碼登錄

git config --global credential.helper store //保存用戶名密碼

但若需要關聯不同的github賬號對應的倉庫,則無法建立連接

按照以下步驟,取消保存用戶名和密碼

git credential-manager uninstall
git credential-manager install

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章