git mandatory update version

git fetch --all
git reset --hard origin/master

git fetch just downloads the contents of the remote library, without any merging git reset points the HEAD to the latest version just downloaded

Guess you like

Origin blog.csdn.net/jiaodeqiangs/article/details/108083220