Дело в том, что pull это объединение для двух команд: fetch и merge -- merge же как и commit требует ввести сообщение в командной строке (терминале) это может выглядеть как-то так:
Merge branch 'master' of .....
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.