“Фатальный: невозможно быстро, прерывать.” Ответ

Фатальный: невозможно быстро, прерывать.

git pull --rebase 
git pull origin <branch> --rebase
Muro

Фатальный: невозможно быстро, прерывать.

git config --global pull.rebase true
Lauren Anderson

Фатальный: невозможно быстро, прерывать.

git pull --rebase. Unlike the other solution, you don't need to know the name of your destination branch.

If your upstream branch is not set, try git pull origin <branch> --rebase (credit to @Rick in the comments)

To set this option globally, use git config --global pull.rebase true (credit to @Artur Mustafin below)

# https://stackoverflow.com/questions/13106179/fatal-not-possible-to-fast-forward-aborting
//Answer taken from above link, please upvote his answer, if it works for you
Friendly Fowl

Ответы похожие на “Фатальный: невозможно быстро, прерывать.”

Вопросы похожие на “Фатальный: невозможно быстро, прерывать.”

Больше похожих ответов на “Фатальный: невозможно быстро, прерывать.” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования