Home > Software engineering >  I have a problem : git pull :"fatal: Invalid value for pull.rebase: input"
I have a problem : git pull :"fatal: Invalid value for pull.rebase: input"

Time:11-30

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

  •  Tags:  
  • git
  • Related