GitHub Fetch doesn't fetch anything
已回答
What is in Console:
12:47:11.329: [xxx] git -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune
From https://github.com/xxx/xxx
* branch master -> FETCH_HEAD
But, other command seems to be ok: I checked Pull, Push.
I not figured yet how to test from Terminal, taking into account that I have MFA on GitHub.
请先登录再写评论。
Hello @...
Looks like you are missing fetch value in git config, please see below:
You can try and run git fetch in terminal and more likely you will get the same results.