when I use the command "git pull", A message is popped out
"fatal: Invalid value for pull.rebase: input"
how can I handle it?
CodePudding user response:
I think you have a configuration issue
https://git-scm.com/docs/git-config#Documentation/git-config.txt-pullrebase
Check for git config for pull.rebase
This should be interactive
not input