天天看點

Git錯誤1.fatal: Could not read from remote repository.的解決辦法

1.fatal: Could not read from remote repository.的解決辦法

檢視遠端位址 git remote –v

檢視配置 git config --list

檢視 狀态 git status

git add . // 暫存所有的更改

git checkout . // 丢棄所有的更改

git status // 檢視檔案狀态

git commit -m "本次要送出的概要資訊" // 送出

将idea配置裡的git,改為Navite

Git錯誤1.fatal: Could not read from remote repository.的解決辦法