📌  相关文章
📜  git 无法更新本地引用 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:36.801000             🧑  作者: Mango

代码示例1
git gc --prune=now
git remote prune origin
rm .git/refs/remotes/origin/master
git fetch
git pull origin master