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

本文介绍了解决fatal: Could not read from remote repository错误的方法,包括检查远程地址、配置和状态,以及如何通过暂存、丢弃更改或重新配置IDEA中的Git设置来修复问题。
查看远端地址 git remote –v
查看配置 git config --list
查看 状态 git status
git add . // 暂存所有的更改
git checkout . // 丢弃所有的更改
git status // 查看文件状态
git commit -m "本次要提交的概要信息" // 提交
将idea配置里的git,改为Navite


被折叠的 条评论
为什么被折叠?