git pull
git: 'credential-manager-core' is not a git command. See 'git --help'.
看了好多教程,最后找到了這篇!!!!https://ask.csdn.net/questions/5465673
(更新:今天看這個鏈接竟然已經失效了emmm,感謝不知名朋友的一個推薦!)
This sounds as if GCM Core was not installed correctly into your Git's libexec path. What does git --exec-path show? Do you see git-credential-manager-core.exe in that folder? If not, can you find where it was installed instead?
就是說,git --exec-path,打開所示目錄
然后發現目錄下沒有git-credential-manager-core.exe
然后去下載git-credential-manager-core.exe【但是用everything檢索會發現我是有這個的,只是不在這個目錄下,下載完還是不在這個目錄下,但是git pull就沒問題了。。。】
https://github.com/microsoft/Git-Credential-Manager-Core/releases/tag/v2.0.475
安裝exe,成功!!!!
也是因為這個,所以每次git pull都要輸入用戶名密碼!!不知道為什么有一天突然就這樣了!!!