Git credential fill rejects my input, scheduled on Windows
问题 I want to run a daily task on a Windows server: git-pull + heavy tests. As I want it to be triggered by a schedule and run from a script, I need the Git credentials to be fed in automatically. I want to use Git credential fill with the syntax key=value As this is my first time using Git credentials, I may got something basic wrong. I tried working in both Git Bash (Git extensions --> Ctrl + G ) and Cygwin. There I entered the following lines: $ git credential fill protocol=ssh host=devserver